Shades of Golden Yellow #F5E502
Tints of Golden Yellow #F5E502
RGB
CMYK
RGB Variations
Color information
#F5E502 (or 0xF5E502) is known color: Golden Yellow. HEX triplet: F5, E5 and 02. RGB value is (245,229,2). Sum of RGB (Red+Green+Blue) = 245+229+2=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E502 is #0A1AFD. Grayscale: #D0D0D0. Windows color (decimal): -662270 or 189941. OLE color: 189941.
HSL color Cylindrical-coordinate representation of color #F5E502: hue angle of 56.05º 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 #F5E502 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.04 |
| HSL | 56.05º | 0.98% | 0.48% | - |
| HSV(B) | 56.05º | 0.99% | 0.96% | - |
| XYZ | 65.69 | 75.46 | 11.16 | - |
| YUV | 207.91 | 11.8 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 2 | 0 | 0.07 | 0.99 | 0.04 | 56.05 | 0.98 | 0.48 |
| Hex | F5 | E5 | 2 | 0 | 7 | 63 | 4 | 38 | 62 | 30 |
| Octal | 365 | 345 | 2 | 0 | 7 | 143 | 4 | 70 | 142 | 60 |
| Binary | 11110101 | 11100101 | 10 | 0 | 111 | 1100011 | 100 | 111000 | 1100010 | 110000 |
Color Harmonies of #F5E502
Complementary color
Monochromatic Colors of #F5E502
Black with #F5E502
Text Example
Text Example
White with #F5E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E502; }
p { color: rgb(245,229,2); }
H1.HeaderClassName
{
color: #F5E502;
}
.AnyTagClassName
{
color: #F5E502;
}
</style>
background-color css
<style>
a { background-color: #F5E502; }
a { background-color: rgb(245,229,2); }
div.DivClassName
{
background-color: #F5E502;
}
.BgClassName
{
background-color: #F5E502;
}
</style>
border-color css
<style>
span { border-color: #F5E502; }
span { border-color: rgb(245,229,2); }
td.TdClassName
{
border-color: #F5E502;
}
.TagClassName
{
border-color: #F5E502;
}
</style>