Shades of Golden Yellow #FCEA01
Tints of Golden Yellow #FCEA01
RGB
CMYK
RGB Variations
Color information
#FCEA01 (or 0xFCEA01) is known color: Golden Yellow. HEX triplet: FC, EA and 01. RGB value is (252,234,1). Sum of RGB (Red+Green+Blue) = 252+234+1=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 1 (0.78% from 255 or 0.21% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA01 is #0315FE. Grayscale: #D5D5D5. Windows color (decimal): -202239 or 125692. OLE color: 125692.
HSL color Cylindrical-coordinate representation of color #FCEA01: hue angle of 55.7º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCEA01 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.01 |
| HSL | 55.7º | 0.99% | 0.5% | - |
| HSV(B) | 55.7º | 1% | 0.99% | - |
| XYZ | 69.57 | 79.54 | 11.72 | - |
| YUV | 212.82 | 8.46 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 1 | 0 | 0.07 | 1.00 | 0.01 | 55.7 | 0.99 | 0.5 |
| Hex | FC | EA | 1 | 0 | 7 | 64 | 1 | 38 | 63 | 32 |
| Octal | 374 | 352 | 1 | 0 | 7 | 144 | 1 | 70 | 143 | 62 |
| Binary | 11111100 | 11101010 | 1 | 0 | 111 | 1100100 | 1 | 111000 | 1100011 | 110010 |
Color Harmonies of #FCEA01
Complementary color
Monochromatic Colors of #FCEA01
Black with #FCEA01
Text Example
Text Example
White with #FCEA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA01; }
p { color: rgb(252,234,1); }
H1.HeaderClassName
{
color: #FCEA01;
}
.AnyTagClassName
{
color: #FCEA01;
}
</style>
background-color css
<style>
a { background-color: #FCEA01; }
a { background-color: rgb(252,234,1); }
div.DivClassName
{
background-color: #FCEA01;
}
.BgClassName
{
background-color: #FCEA01;
}
</style>
border-color css
<style>
span { border-color: #FCEA01; }
span { border-color: rgb(252,234,1); }
td.TdClassName
{
border-color: #FCEA01;
}
.TagClassName
{
border-color: #FCEA01;
}
</style>