Shades of Golden Yellow #FCEA03
Tints of Golden Yellow #FCEA03
RGB
CMYK
RGB Variations
Color information
#FCEA03 (or 0xFCEA03) is known color: Golden Yellow. HEX triplet: FC, EA and 03. RGB value is (252,234,3). Sum of RGB (Red+Green+Blue) = 252+234+3=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 3 (1.56% from 255 or 0.61% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA03 is #0315FC. Grayscale: #D5D5D5. Windows color (decimal): -202237 or 256764. OLE color: 256764.
HSL color Cylindrical-coordinate representation of color #FCEA03: hue angle of 55.66º 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 #FCEA03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.01 |
| HSL | 55.66º | 0.98% | 0.5% | - |
| HSV(B) | 55.66º | 0.99% | 0.99% | - |
| XYZ | 69.58 | 79.55 | 11.77 | - |
| YUV | 213.05 | 9.46 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 3 | 0 | 0.07 | 0.99 | 0.01 | 55.66 | 0.98 | 0.5 |
| Hex | FC | EA | 3 | 0 | 7 | 63 | 1 | 38 | 62 | 32 |
| Octal | 374 | 352 | 3 | 0 | 7 | 143 | 1 | 70 | 142 | 62 |
| Binary | 11111100 | 11101010 | 11 | 0 | 111 | 1100011 | 1 | 111000 | 1100010 | 110010 |
Color Harmonies of #FCEA03
Complementary color
Monochromatic Colors of #FCEA03
Black with #FCEA03
Text Example
Text Example
White with #FCEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA03; }
p { color: rgb(252,234,3); }
H1.HeaderClassName
{
color: #FCEA03;
}
.AnyTagClassName
{
color: #FCEA03;
}
</style>
background-color css
<style>
a { background-color: #FCEA03; }
a { background-color: rgb(252,234,3); }
div.DivClassName
{
background-color: #FCEA03;
}
.BgClassName
{
background-color: #FCEA03;
}
</style>
border-color css
<style>
span { border-color: #FCEA03; }
span { border-color: rgb(252,234,3); }
td.TdClassName
{
border-color: #FCEA03;
}
.TagClassName
{
border-color: #FCEA03;
}
</style>