Shades of Golden Yellow #FCE006
Tints of Golden Yellow #FCE006
RGB
CMYK
RGB Variations
Color information
#FCE006 (or 0xFCE006) is known color: Golden Yellow. HEX triplet: FC, E0 and 06. RGB value is (252,224,6). Sum of RGB (Red+Green+Blue) = 252+224+6=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 6 (2.73% from 255 or 1.24% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE006 is #031FF9. Grayscale: #D0D0D0. Windows color (decimal): -204794 or 450812. OLE color: 450812.
HSL color Cylindrical-coordinate representation of color #FCE006: hue angle of 53.17º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCE006 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 6 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.01 |
| HSL | 53.17º | 0.98% | 0.51% | - |
| HSV(B) | 53.17º | 0.98% | 0.99% | - |
| XYZ | 66.83 | 74.02 | 10.94 | - |
| YUV | 207.52 | 14.28 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 6 | 0 | 0.11 | 0.98 | 0.01 | 53.17 | 0.98 | 0.51 |
| Hex | FC | E0 | 6 | 0 | B | 62 | 1 | 35 | 62 | 33 |
| Octal | 374 | 340 | 6 | 0 | 13 | 142 | 1 | 65 | 142 | 63 |
| Binary | 11111100 | 11100000 | 110 | 0 | 1011 | 1100010 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FCE006
Complementary color
Monochromatic Colors of #FCE006
Black with #FCE006
Text Example
Text Example
White with #FCE006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE006; }
p { color: rgb(252,224,6); }
H1.HeaderClassName
{
color: #FCE006;
}
.AnyTagClassName
{
color: #FCE006;
}
</style>
background-color css
<style>
a { background-color: #FCE006; }
a { background-color: rgb(252,224,6); }
div.DivClassName
{
background-color: #FCE006;
}
.BgClassName
{
background-color: #FCE006;
}
</style>
border-color css
<style>
span { border-color: #FCE006; }
span { border-color: rgb(252,224,6); }
td.TdClassName
{
border-color: #FCE006;
}
.TagClassName
{
border-color: #FCE006;
}
</style>