Shades of Golden Yellow #FCDF08
Tints of Golden Yellow #FCDF08
RGB
CMYK
RGB Variations
Color information
#FCDF08 (or 0xFCDF08) is known color: Golden Yellow. HEX triplet: FC, DF and 08. RGB value is (252,223,8). Sum of RGB (Red+Green+Blue) = 252+223+8=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 8 (3.52% from 255 or 1.66% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF08 is #0320F7. Grayscale: #D0D0D0. Windows color (decimal): -205048 or 581628. OLE color: 581628.
HSL color Cylindrical-coordinate representation of color #FCDF08: hue angle of 52.87º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCDF08 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 8 | - |
CMYK | 0 | 0.12 | 0.97 | 0.01 |
HSL | 52.87º | 0.98% | 0.51% | - |
HSV(B) | 52.87º | 0.97% | 0.99% | - |
XYZ | 66.58 | 73.49 | 10.91 | - |
YUV | 207.16 | 15.61 | 159.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 8 | 0 | 0.12 | 0.97 | 0.01 | 52.87 | 0.98 | 0.51 |
Hex | FC | DF | 8 | 0 | C | 61 | 1 | 35 | 62 | 33 |
Octal | 374 | 337 | 10 | 0 | 14 | 141 | 1 | 65 | 142 | 63 |
Binary | 11111100 | 11011111 | 1000 | 0 | 1100 | 1100001 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FCDF08
Complementary color
Monochromatic Colors of #FCDF08
Black with #FCDF08
Text Example
Text Example
White with #FCDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF08; }
p { color: rgb(252,223,8); }
H1.HeaderClassName
{
color: #FCDF08;
}
.AnyTagClassName
{
color: #FCDF08;
}
</style>
background-color css
<style>
a { background-color: #FCDF08; }
a { background-color: rgb(252,223,8); }
div.DivClassName
{
background-color: #FCDF08;
}
.BgClassName
{
background-color: #FCDF08;
}
</style>
border-color css
<style>
span { border-color: #FCDF08; }
span { border-color: rgb(252,223,8); }
td.TdClassName
{
border-color: #FCDF08;
}
.TagClassName
{
border-color: #FCDF08;
}
</style>