Shades of Golden Yellow #FCE402
Tints of Golden Yellow #FCE402
RGB
CMYK
RGB Variations
Color information
#FCE402 (or 0xFCE402) is known color: Golden Yellow. HEX triplet: FC, E4 and 02. RGB value is (252,228,2). Sum of RGB (Red+Green+Blue) = 252+228+2=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 2 (1.17% from 255 or 0.41% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE402 is #031BFD. Grayscale: #D2D2D2. Windows color (decimal): -203774 or 189692. OLE color: 189692.
HSL color Cylindrical-coordinate representation of color #FCE402: hue angle of 54.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCE402 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.01 |
| HSL | 54.24º | 0.98% | 0.5% | - |
| HSV(B) | 54.24º | 0.99% | 0.99% | - |
| XYZ | 67.9 | 76.19 | 11.18 | - |
| YUV | 209.41 | 10.95 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 2 | 0 | 0.10 | 0.99 | 0.01 | 54.24 | 0.98 | 0.5 |
| Hex | FC | E4 | 2 | 0 | A | 63 | 1 | 36 | 62 | 32 |
| Octal | 374 | 344 | 2 | 0 | 12 | 143 | 1 | 66 | 142 | 62 |
| Binary | 11111100 | 11100100 | 10 | 0 | 1010 | 1100011 | 1 | 110110 | 1100010 | 110010 |
Color Harmonies of #FCE402
Complementary color
Monochromatic Colors of #FCE402
Black with #FCE402
Text Example
Text Example
White with #FCE402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE402; }
p { color: rgb(252,228,2); }
H1.HeaderClassName
{
color: #FCE402;
}
.AnyTagClassName
{
color: #FCE402;
}
</style>
background-color css
<style>
a { background-color: #FCE402; }
a { background-color: rgb(252,228,2); }
div.DivClassName
{
background-color: #FCE402;
}
.BgClassName
{
background-color: #FCE402;
}
</style>
border-color css
<style>
span { border-color: #FCE402; }
span { border-color: rgb(252,228,2); }
td.TdClassName
{
border-color: #FCE402;
}
.TagClassName
{
border-color: #FCE402;
}
</style>