Shades of Golden Yellow #FCE602
Tints of Golden Yellow #FCE602
RGB
CMYK
RGB Variations
Color information
#FCE602 (or 0xFCE602) is known color: Golden Yellow. HEX triplet: FC, E6 and 02. RGB value is (252,230,2). Sum of RGB (Red+Green+Blue) = 252+230+2=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 2 (1.17% from 255 or 0.41% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE602 is #0319FD. Grayscale: #D3D3D3. Windows color (decimal): -203262 or 190204. OLE color: 190204.
HSL color Cylindrical-coordinate representation of color #FCE602: hue angle of 54.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCE602 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.01 |
| HSL | 54.72º | 0.98% | 0.5% | - |
| HSV(B) | 54.72º | 0.99% | 0.99% | - |
| XYZ | 68.45 | 77.29 | 11.37 | - |
| YUV | 210.59 | 10.29 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 2 | 0 | 0.09 | 0.99 | 0.01 | 54.72 | 0.98 | 0.5 |
| Hex | FC | E6 | 2 | 0 | 9 | 63 | 1 | 37 | 62 | 32 |
| Octal | 374 | 346 | 2 | 0 | 11 | 143 | 1 | 67 | 142 | 62 |
| Binary | 11111100 | 11100110 | 10 | 0 | 1001 | 1100011 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FCE602
Complementary color
Monochromatic Colors of #FCE602
Black with #FCE602
Text Example
Text Example
White with #FCE602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE602; }
p { color: rgb(252,230,2); }
H1.HeaderClassName
{
color: #FCE602;
}
.AnyTagClassName
{
color: #FCE602;
}
</style>
background-color css
<style>
a { background-color: #FCE602; }
a { background-color: rgb(252,230,2); }
div.DivClassName
{
background-color: #FCE602;
}
.BgClassName
{
background-color: #FCE602;
}
</style>
border-color css
<style>
span { border-color: #FCE602; }
span { border-color: rgb(252,230,2); }
td.TdClassName
{
border-color: #FCE602;
}
.TagClassName
{
border-color: #FCE602;
}
</style>