Shades of Golden Yellow #FCE606
Tints of Golden Yellow #FCE606
RGB
CMYK
RGB Variations
Color information
#FCE606 (or 0xFCE606) is known color: Golden Yellow. HEX triplet: FC, E6 and 06. RGB value is (252,230,6). Sum of RGB (Red+Green+Blue) = 252+230+6=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 6 (2.73% from 255 or 1.23% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE606 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE606 is #0319F9. Grayscale: #D3D3D3. Windows color (decimal): -203258 or 452348. OLE color: 452348.
HSL color Cylindrical-coordinate representation of color #FCE606: hue angle of 54.63º 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 #FCE606 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 6 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.01 |
| HSL | 54.63º | 0.98% | 0.51% | - |
| HSV(B) | 54.63º | 0.98% | 0.99% | - |
| XYZ | 68.47 | 77.3 | 11.48 | - |
| YUV | 211.04 | 12.29 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 6 | 0 | 0.09 | 0.98 | 0.01 | 54.63 | 0.98 | 0.51 |
| Hex | FC | E6 | 6 | 0 | 9 | 62 | 1 | 37 | 62 | 33 |
| Octal | 374 | 346 | 6 | 0 | 11 | 142 | 1 | 67 | 142 | 63 |
| Binary | 11111100 | 11100110 | 110 | 0 | 1001 | 1100010 | 1 | 110111 | 1100010 | 110011 |
Color Harmonies of #FCE606
Complementary color
Monochromatic Colors of #FCE606
Black with #FCE606
Text Example
Text Example
White with #FCE606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE606; }
p { color: rgb(252,230,6); }
H1.HeaderClassName
{
color: #FCE606;
}
.AnyTagClassName
{
color: #FCE606;
}
</style>
background-color css
<style>
a { background-color: #FCE606; }
a { background-color: rgb(252,230,6); }
div.DivClassName
{
background-color: #FCE606;
}
.BgClassName
{
background-color: #FCE606;
}
</style>
border-color css
<style>
span { border-color: #FCE606; }
span { border-color: rgb(252,230,6); }
td.TdClassName
{
border-color: #FCE606;
}
.TagClassName
{
border-color: #FCE606;
}
</style>