Shades of Golden Yellow #FCE008
Tints of Golden Yellow #FCE008
RGB
CMYK
RGB Variations
Color information
#FCE008 (or 0xFCE008) is known color: Golden Yellow. HEX triplet: FC, E0 and 08. RGB value is (252,224,8). Sum of RGB (Red+Green+Blue) = 252+224+8=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 8 (3.52% from 255 or 1.65% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE008 is #031FF7. Grayscale: #D0D0D0. Windows color (decimal): -204792 or 581884. OLE color: 581884.
HSL color Cylindrical-coordinate representation of color #FCE008: hue angle of 53.11º 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 #FCE008 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 8 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.01 |
| HSL | 53.11º | 0.98% | 0.51% | - |
| HSV(B) | 53.11º | 0.97% | 0.99% | - |
| XYZ | 66.84 | 74.02 | 10.99 | - |
| YUV | 207.75 | 15.28 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 8 | 0 | 0.11 | 0.97 | 0.01 | 53.11 | 0.98 | 0.51 |
| Hex | FC | E0 | 8 | 0 | B | 61 | 1 | 35 | 62 | 33 |
| Octal | 374 | 340 | 10 | 0 | 13 | 141 | 1 | 65 | 142 | 63 |
| Binary | 11111100 | 11100000 | 1000 | 0 | 1011 | 1100001 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FCE008
Complementary color
Monochromatic Colors of #FCE008
Black with #FCE008
Text Example
Text Example
White with #FCE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE008; }
p { color: rgb(252,224,8); }
H1.HeaderClassName
{
color: #FCE008;
}
.AnyTagClassName
{
color: #FCE008;
}
</style>
background-color css
<style>
a { background-color: #FCE008; }
a { background-color: rgb(252,224,8); }
div.DivClassName
{
background-color: #FCE008;
}
.BgClassName
{
background-color: #FCE008;
}
</style>
border-color css
<style>
span { border-color: #FCE008; }
span { border-color: rgb(252,224,8); }
td.TdClassName
{
border-color: #FCE008;
}
.TagClassName
{
border-color: #FCE008;
}
</style>