Shades of Golden Yellow #FCE300
Tints of Golden Yellow #FCE300
RGB
CMYK
RGB Variations
Color information
#FCE300 (or 0xFCE300) is known color: Golden Yellow. HEX triplet: FC, E3 and 00. RGB value is (252,227,0). Sum of RGB (Red+Green+Blue) = 252+227+0=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE300 is #031CFF. Grayscale: #D1D1D1. Windows color (decimal): -204032 or 58364. OLE color: 58364.
HSL color Cylindrical-coordinate representation of color #FCE300: hue angle of 54.05º 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 #FCE300 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.01 |
| HSL | 54.05º | 1% | 0.49% | - |
| HSV(B) | 54.05º | 1% | 0.99% | - |
| XYZ | 67.61 | 75.63 | 11.04 | - |
| YUV | 208.6 | 10.28 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 0 | 0 | 0.10 | 1 | 0.01 | 54.05 | 1 | 0.49 |
| Hex | FC | E3 | 0 | 0 | A | 64 | 1 | 36 | 64 | 31 |
| Octal | 374 | 343 | 0 | 0 | 12 | 144 | 1 | 66 | 144 | 61 |
| Binary | 11111100 | 11100011 | 0 | 0 | 1010 | 1100100 | 1 | 110110 | 1100100 | 110001 |
Color Harmonies of #FCE300
Complementary color
Monochromatic Colors of #FCE300
Black with #FCE300
Text Example
Text Example
White with #FCE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE300; }
p { color: rgb(252,227,0); }
H1.HeaderClassName
{
color: #FCE300;
}
.AnyTagClassName
{
color: #FCE300;
}
</style>
background-color css
<style>
a { background-color: #FCE300; }
a { background-color: rgb(252,227,0); }
div.DivClassName
{
background-color: #FCE300;
}
.BgClassName
{
background-color: #FCE300;
}
</style>
border-color css
<style>
span { border-color: #FCE300; }
span { border-color: rgb(252,227,0); }
td.TdClassName
{
border-color: #FCE300;
}
.TagClassName
{
border-color: #FCE300;
}
</style>