Shades of Golden Yellow #FCEA00
Tints of Golden Yellow #FCEA00
RGB
CMYK
RGB Variations
Color information
#FCEA00 (or 0xFCEA00) is known color: Golden Yellow. HEX triplet: FC, EA and 00. RGB value is (252,234,0). Sum of RGB (Red+Green+Blue) = 252+234+0=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 0 (0.39% from 255 or 0% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA00 is #0315FF. Grayscale: #D5D5D5. Windows color (decimal): -202240 or 60156. OLE color: 60156.
HSL color Cylindrical-coordinate representation of color #FCEA00: hue angle of 55.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCEA00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.01 |
| HSL | 55.71º | 1% | 0.49% | - |
| HSV(B) | 55.71º | 1% | 0.99% | - |
| XYZ | 69.57 | 79.54 | 11.69 | - |
| YUV | 212.71 | 7.96 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 0 | 0 | 0.07 | 1 | 0.01 | 55.71 | 1 | 0.49 |
| Hex | FC | EA | 0 | 0 | 7 | 64 | 1 | 38 | 64 | 31 |
| Octal | 374 | 352 | 0 | 0 | 7 | 144 | 1 | 70 | 144 | 61 |
| Binary | 11111100 | 11101010 | 0 | 0 | 111 | 1100100 | 1 | 111000 | 1100100 | 110001 |
Color Harmonies of #FCEA00
Complementary color
Monochromatic Colors of #FCEA00
Black with #FCEA00
Text Example
Text Example
White with #FCEA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA00; }
p { color: rgb(252,234,0); }
H1.HeaderClassName
{
color: #FCEA00;
}
.AnyTagClassName
{
color: #FCEA00;
}
</style>
background-color css
<style>
a { background-color: #FCEA00; }
a { background-color: rgb(252,234,0); }
div.DivClassName
{
background-color: #FCEA00;
}
.BgClassName
{
background-color: #FCEA00;
}
</style>
border-color css
<style>
span { border-color: #FCEA00; }
span { border-color: rgb(252,234,0); }
td.TdClassName
{
border-color: #FCEA00;
}
.TagClassName
{
border-color: #FCEA00;
}
</style>