Shades of Golden Yellow #F5E802
Tints of Golden Yellow #F5E802
RGB
CMYK
RGB Variations
Color information
#F5E802 (or 0xF5E802) is known color: Golden Yellow. HEX triplet: F5, E8 and 02. RGB value is (245,232,2). Sum of RGB (Red+Green+Blue) = 245+232+2=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 2 (1.17% from 255 or 0.42% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E802 is #0A17FD. Grayscale: #D2D2D2. Windows color (decimal): -661502 or 190709. OLE color: 190709.
HSL color Cylindrical-coordinate representation of color #F5E802: hue angle of 56.79º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5E802 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.04 |
| HSL | 56.79º | 0.98% | 0.48% | - |
| HSV(B) | 56.79º | 0.99% | 0.96% | - |
| XYZ | 66.52 | 77.13 | 11.44 | - |
| YUV | 209.67 | 10.81 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 2 | 0 | 0.05 | 0.99 | 0.04 | 56.79 | 0.98 | 0.48 |
| Hex | F5 | E8 | 2 | 0 | 5 | 63 | 4 | 39 | 62 | 30 |
| Octal | 365 | 350 | 2 | 0 | 5 | 143 | 4 | 71 | 142 | 60 |
| Binary | 11110101 | 11101000 | 10 | 0 | 101 | 1100011 | 100 | 111001 | 1100010 | 110000 |
Color Harmonies of #F5E802
Complementary color
Monochromatic Colors of #F5E802
Black with #F5E802
Text Example
Text Example
White with #F5E802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E802; }
p { color: rgb(245,232,2); }
H1.HeaderClassName
{
color: #F5E802;
}
.AnyTagClassName
{
color: #F5E802;
}
</style>
background-color css
<style>
a { background-color: #F5E802; }
a { background-color: rgb(245,232,2); }
div.DivClassName
{
background-color: #F5E802;
}
.BgClassName
{
background-color: #F5E802;
}
</style>
border-color css
<style>
span { border-color: #F5E802; }
span { border-color: rgb(245,232,2); }
td.TdClassName
{
border-color: #F5E802;
}
.TagClassName
{
border-color: #F5E802;
}
</style>