Shades of Golden Yellow #FCE506
Tints of Golden Yellow #FCE506
RGB
CMYK
RGB Variations
Color information
#FCE506 (or 0xFCE506) is known color: Golden Yellow. HEX triplet: FC, E5 and 06. RGB value is (252,229,6). Sum of RGB (Red+Green+Blue) = 252+229+6=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 6 (2.73% from 255 or 1.23% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE506 is #031AF9. Grayscale: #D3D3D3. Windows color (decimal): -203514 or 452092. OLE color: 452092.
HSL color Cylindrical-coordinate representation of color #FCE506: hue angle of 54.39º 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 #FCE506 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 6 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.01 |
| HSL | 54.39º | 0.98% | 0.51% | - |
| HSV(B) | 54.39º | 0.98% | 0.99% | - |
| XYZ | 68.2 | 76.75 | 11.39 | - |
| YUV | 210.46 | 12.62 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 6 | 0 | 0.09 | 0.98 | 0.01 | 54.39 | 0.98 | 0.51 |
| Hex | FC | E5 | 6 | 0 | 9 | 62 | 1 | 36 | 62 | 33 |
| Octal | 374 | 345 | 6 | 0 | 11 | 142 | 1 | 66 | 142 | 63 |
| Binary | 11111100 | 11100101 | 110 | 0 | 1001 | 1100010 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FCE506
Complementary color
Monochromatic Colors of #FCE506
Black with #FCE506
Text Example
Text Example
White with #FCE506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE506; }
p { color: rgb(252,229,6); }
H1.HeaderClassName
{
color: #FCE506;
}
.AnyTagClassName
{
color: #FCE506;
}
</style>
background-color css
<style>
a { background-color: #FCE506; }
a { background-color: rgb(252,229,6); }
div.DivClassName
{
background-color: #FCE506;
}
.BgClassName
{
background-color: #FCE506;
}
</style>
border-color css
<style>
span { border-color: #FCE506; }
span { border-color: rgb(252,229,6); }
td.TdClassName
{
border-color: #FCE506;
}
.TagClassName
{
border-color: #FCE506;
}
</style>