Shades of Golden Yellow #FCE206
Tints of Golden Yellow #FCE206
RGB
CMYK
RGB Variations
Color information
#FCE206 (or 0xFCE206) is known color: Golden Yellow. HEX triplet: FC, E2 and 06. RGB value is (252,226,6). Sum of RGB (Red+Green+Blue) = 252+226+6=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 6 (2.73% from 255 or 1.24% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE206 is #031DF9. Grayscale: #D1D1D1. Windows color (decimal): -204282 or 451324. OLE color: 451324.
HSL color Cylindrical-coordinate representation of color #FCE206: hue angle of 53.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCE206 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 6 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.01 |
| HSL | 53.66º | 0.98% | 0.51% | - |
| HSV(B) | 53.66º | 0.98% | 0.99% | - |
| XYZ | 67.37 | 75.1 | 11.12 | - |
| YUV | 208.69 | 13.61 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 6 | 0 | 0.10 | 0.98 | 0.01 | 53.66 | 0.98 | 0.51 |
| Hex | FC | E2 | 6 | 0 | A | 62 | 1 | 36 | 62 | 33 |
| Octal | 374 | 342 | 6 | 0 | 12 | 142 | 1 | 66 | 142 | 63 |
| Binary | 11111100 | 11100010 | 110 | 0 | 1010 | 1100010 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FCE206
Complementary color
Monochromatic Colors of #FCE206
Black with #FCE206
Text Example
Text Example
White with #FCE206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE206; }
p { color: rgb(252,226,6); }
H1.HeaderClassName
{
color: #FCE206;
}
.AnyTagClassName
{
color: #FCE206;
}
</style>
background-color css
<style>
a { background-color: #FCE206; }
a { background-color: rgb(252,226,6); }
div.DivClassName
{
background-color: #FCE206;
}
.BgClassName
{
background-color: #FCE206;
}
</style>
border-color css
<style>
span { border-color: #FCE206; }
span { border-color: rgb(252,226,6); }
td.TdClassName
{
border-color: #FCE206;
}
.TagClassName
{
border-color: #FCE206;
}
</style>