Shades of Golden Yellow #FCE305
Tints of Golden Yellow #FCE305
RGB
CMYK
RGB Variations
Color information
#FCE305 (or 0xFCE305) is known color: Golden Yellow. HEX triplet: FC, E3 and 05. RGB value is (252,227,5). Sum of RGB (Red+Green+Blue) = 252+227+5=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE305 is #031CFA. Grayscale: #D2D2D2. Windows color (decimal): -204027 or 386044. OLE color: 386044.
HSL color Cylindrical-coordinate representation of color #FCE305: hue angle of 53.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCE305 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.01 |
| HSL | 53.93º | 0.98% | 0.5% | - |
| HSV(B) | 53.93º | 0.98% | 0.99% | - |
| XYZ | 67.64 | 75.64 | 11.18 | - |
| YUV | 209.17 | 12.78 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 5 | 0 | 0.10 | 0.98 | 0.01 | 53.93 | 0.98 | 0.5 |
| Hex | FC | E3 | 5 | 0 | A | 62 | 1 | 36 | 62 | 32 |
| Octal | 374 | 343 | 5 | 0 | 12 | 142 | 1 | 66 | 142 | 62 |
| Binary | 11111100 | 11100011 | 101 | 0 | 1010 | 1100010 | 1 | 110110 | 1100010 | 110010 |
Color Harmonies of #FCE305
Complementary color
Monochromatic Colors of #FCE305
Black with #FCE305
Text Example
Text Example
White with #FCE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE305; }
p { color: rgb(252,227,5); }
H1.HeaderClassName
{
color: #FCE305;
}
.AnyTagClassName
{
color: #FCE305;
}
</style>
background-color css
<style>
a { background-color: #FCE305; }
a { background-color: rgb(252,227,5); }
div.DivClassName
{
background-color: #FCE305;
}
.BgClassName
{
background-color: #FCE305;
}
</style>
border-color css
<style>
span { border-color: #FCE305; }
span { border-color: rgb(252,227,5); }
td.TdClassName
{
border-color: #FCE305;
}
.TagClassName
{
border-color: #FCE305;
}
</style>