Shades of Golden Yellow #FCE102
Tints of Golden Yellow #FCE102
RGB
CMYK
RGB Variations
Color information
#FCE102 (or 0xFCE102) is known color: Golden Yellow. HEX triplet: FC, E1 and 02. RGB value is (252,225,2). Sum of RGB (Red+Green+Blue) = 252+225+2=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 2 (1.17% from 255 or 0.42% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE102 is #031EFD. Grayscale: #D0D0D0. Windows color (decimal): -204542 or 188924. OLE color: 188924.
HSL color Cylindrical-coordinate representation of color #FCE102: hue angle of 53.52º 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 #FCE102 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.01 |
| HSL | 53.52º | 0.98% | 0.5% | - |
| HSV(B) | 53.52º | 0.99% | 0.99% | - |
| XYZ | 67.08 | 74.55 | 10.91 | - |
| YUV | 207.65 | 11.95 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 2 | 0 | 0.11 | 0.99 | 0.01 | 53.52 | 0.98 | 0.5 |
| Hex | FC | E1 | 2 | 0 | B | 63 | 1 | 36 | 62 | 32 |
| Octal | 374 | 341 | 2 | 0 | 13 | 143 | 1 | 66 | 142 | 62 |
| Binary | 11111100 | 11100001 | 10 | 0 | 1011 | 1100011 | 1 | 110110 | 1100010 | 110010 |
Color Harmonies of #FCE102
Complementary color
Monochromatic Colors of #FCE102
Black with #FCE102
Text Example
Text Example
White with #FCE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE102; }
p { color: rgb(252,225,2); }
H1.HeaderClassName
{
color: #FCE102;
}
.AnyTagClassName
{
color: #FCE102;
}
</style>
background-color css
<style>
a { background-color: #FCE102; }
a { background-color: rgb(252,225,2); }
div.DivClassName
{
background-color: #FCE102;
}
.BgClassName
{
background-color: #FCE102;
}
</style>
border-color css
<style>
span { border-color: #FCE102; }
span { border-color: rgb(252,225,2); }
td.TdClassName
{
border-color: #FCE102;
}
.TagClassName
{
border-color: #FCE102;
}
</style>