#fff000 Hex Color

#FFF000
0
  • #fff000 Color Information

    • In RGB color space, #fff000 hex color has a red value of 255, a green value of 240 and a blue value of 0.

    • In CMYK color space (used in color printing), #fff000 hex color is composed of 0% cyan, 5.88% magenta, 100% yellow and 0% black.

    • #fff000 color has a hue of 56.5 degrees, a saturation of 100% and a lightness of 50%.

    • #fff000 hex color contains mainly RED.

    • The closest web safe color of #fff000 is #ffff00

    • #fff000 hex color has a decimal value of 16773120.



    #fff000 Color Spaces (Color Conversions)

    HEX fff000 #fff000
    RGB 255, 240, 0 rgb(255, 240, 0)
    RGB Percent 100, 94.12, 0 rgb(100, 94.12, 0)
    CMYK 0, 6, 100, 0
    HSL 56.5°, 100, 50 hsl(56.5, 100%, 50%)
    HSV 56.5°, 100, 100
    XYZ 72.4, 83.58, 12.317
    Hunter Lab 91.422, -18.629, 56.008
    CIE-LAB 93.268, -14.346, 91.666
    CIE-LCH 93.268, 92.782, 98.895
    CIE-LUV 0, 5.88, 100, 0
    Web Safe ffff00

    RGB percent of color #fff000

    100%
    94.12%
    0%

    CMYK percent of color #fff000

    0%
    5.88%
    100%
    0%


    Color Schemes with #fff000

    Complementary Color

    Split Complementary


    #fff000 Color Preview

    Text with hexadecimal color #fff000

    This text has a font color of #fff000

    <p style="color:#fff000">Text here</p>

    #fff000 Background Color

    This box has a background color of #fff000

    <div style="background-color:#fff000">Text here</div>

    #fff000 Border Color

    This box has a border color of #fff000

    <div style="border: 4px solid #fff000">Text here</div>

    CSS codes

    <p style="color:#fff000">Text here</p>
    <div style="background-color:#fff000">Text here</div>
    <div style="border: 4px solid #fff000">Text here</div>

    #fff000 Color on white background

    This is how a font and box color of #fff000 will look
    on a white background.

    #fff000 Color on black background

    This is how a font and box color of #fff000 hex color will look
    on a black background.