Shades of Golden Yellow #FCE009
Tints of Golden Yellow #FCE009
RGB
CMYK
RGB Variations
Color information
#FCE009 (or 0xFCE009) is known color: Golden Yellow. HEX triplet: FC, E0 and 09. RGB value is (252,224,9). Sum of RGB (Red+Green+Blue) = 252+224+9=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 9 (3.91% from 255 or 1.86% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE009 is #031FF6. Grayscale: #D0D0D0. Windows color (decimal): -204791 or 647420. OLE color: 647420.
HSL color Cylindrical-coordinate representation of color #FCE009: hue angle of 53.09º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCE009 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.01 |
| HSL | 53.09º | 0.98% | 0.51% | - |
| HSV(B) | 53.09º | 0.96% | 0.99% | - |
| XYZ | 66.85 | 74.03 | 11.02 | - |
| YUV | 207.86 | 15.78 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 9 | 0 | 0.11 | 0.96 | 0.01 | 53.09 | 0.98 | 0.51 |
| Hex | FC | E0 | 9 | 0 | B | 60 | 1 | 35 | 62 | 33 |
| Octal | 374 | 340 | 11 | 0 | 13 | 140 | 1 | 65 | 142 | 63 |
| Binary | 11111100 | 11100000 | 1001 | 0 | 1011 | 1100000 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FCE009
Complementary color
Monochromatic Colors of #FCE009
Black with #FCE009
Text Example
Text Example
White with #FCE009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE009; }
p { color: rgb(252,224,9); }
H1.HeaderClassName
{
color: #FCE009;
}
.AnyTagClassName
{
color: #FCE009;
}
</style>
background-color css
<style>
a { background-color: #FCE009; }
a { background-color: rgb(252,224,9); }
div.DivClassName
{
background-color: #FCE009;
}
.BgClassName
{
background-color: #FCE009;
}
</style>
border-color css
<style>
span { border-color: #FCE009; }
span { border-color: rgb(252,224,9); }
td.TdClassName
{
border-color: #FCE009;
}
.TagClassName
{
border-color: #FCE009;
}
</style>