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