Shades of Golden Yellow #FFE102
Tints of Golden Yellow #FFE102
RGB
CMYK
RGB Variations
Color information
#FFE102 (or 0xFFE102) is known color: Golden Yellow. HEX triplet: FF, E1 and 02. RGB value is (255,225,2). Sum of RGB (Red+Green+Blue) = 255+225+2=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 2 (1.17% from 255 or 0.41% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE102 is #001EFD. Grayscale: #D1D1D1. Windows color (decimal): -7934 or 188927. OLE color: 188927.
HSL color Cylindrical-coordinate representation of color #FFE102: hue angle of 52.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFE102 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0 |
| HSL | 52.89º | 1% | 0.5% | - |
| HSV(B) | 52.89º | 0.99% | 1% | - |
| XYZ | 68.18 | 75.11 | 10.96 | - |
| YUV | 208.55 | 11.44 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 2 | 0 | 0.12 | 0.99 | 0 | 52.89 | 1 | 0.5 |
| Hex | FF | E1 | 2 | 0 | C | 63 | 0 | 35 | 64 | 32 |
| Octal | 377 | 341 | 2 | 0 | 14 | 143 | 0 | 65 | 144 | 62 |
| Binary | 11111111 | 11100001 | 10 | 0 | 1100 | 1100011 | 0 | 110101 | 1100100 | 110010 |
Color Harmonies of #FFE102
Complementary color
Monochromatic Colors of #FFE102
Black with #FFE102
Text Example
Text Example
White with #FFE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE102; }
p { color: rgb(255,225,2); }
H1.HeaderClassName
{
color: #FFE102;
}
.AnyTagClassName
{
color: #FFE102;
}
</style>
background-color css
<style>
a { background-color: #FFE102; }
a { background-color: rgb(255,225,2); }
div.DivClassName
{
background-color: #FFE102;
}
.BgClassName
{
background-color: #FFE102;
}
</style>
border-color css
<style>
span { border-color: #FFE102; }
span { border-color: rgb(255,225,2); }
td.TdClassName
{
border-color: #FFE102;
}
.TagClassName
{
border-color: #FFE102;
}
</style>