Shades of Golden Yellow #FCE00A
Tints of Golden Yellow #FCE00A
RGB
CMYK
RGB Variations
Color information
#FCE00A (or 0xFCE00A) is known color: Golden Yellow. HEX triplet: FC, E0 and 0A. RGB value is (252,224,10). Sum of RGB (Red+Green+Blue) = 252+224+10=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE00A is #031FF5. Grayscale: #D0D0D0. Windows color (decimal): -204790 or 712956. OLE color: 712956.
HSL color Cylindrical-coordinate representation of color #FCE00A: hue angle of 53.06º 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 #FCE00A is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 10 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.01 |
| HSL | 53.06º | 0.98% | 0.51% | - |
| HSV(B) | 53.06º | 0.96% | 0.99% | - |
| XYZ | 66.86 | 74.03 | 11.05 | - |
| YUV | 207.98 | 16.28 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 10 | 0 | 0.11 | 0.96 | 0.01 | 53.06 | 0.98 | 0.51 |
| Hex | FC | E0 | A | 0 | B | 60 | 1 | 35 | 62 | 33 |
| Octal | 374 | 340 | 12 | 0 | 13 | 140 | 1 | 65 | 142 | 63 |
| Binary | 11111100 | 11100000 | 1010 | 0 | 1011 | 1100000 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FCE00A
Complementary color
Monochromatic Colors of #FCE00A
Black with #FCE00A
Text Example
Text Example
White with #FCE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE00A; }
p { color: rgb(252,224,10); }
H1.HeaderClassName
{
color: #FCE00A;
}
.AnyTagClassName
{
color: #FCE00A;
}
</style>
background-color css
<style>
a { background-color: #FCE00A; }
a { background-color: rgb(252,224,10); }
div.DivClassName
{
background-color: #FCE00A;
}
.BgClassName
{
background-color: #FCE00A;
}
</style>
border-color css
<style>
span { border-color: #FCE00A; }
span { border-color: rgb(252,224,10); }
td.TdClassName
{
border-color: #FCE00A;
}
.TagClassName
{
border-color: #FCE00A;
}
</style>