Shades of Golden Yellow #F5E202
Tints of Golden Yellow #F5E202
RGB
CMYK
RGB Variations
Color information
#F5E202 (or 0xF5E202) is known color: Golden Yellow. HEX triplet: F5, E2 and 02. RGB value is (245,226,2). Sum of RGB (Red+Green+Blue) = 245+226+2=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E202 is #0A1DFD. Grayscale: #CFCFCF. Windows color (decimal): -663038 or 189173. OLE color: 189173.
HSL color Cylindrical-coordinate representation of color #F5E202: hue angle of 55.31º 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 #F5E202 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.04 |
| HSL | 55.31º | 0.98% | 0.48% | - |
| HSV(B) | 55.31º | 0.99% | 0.96% | - |
| XYZ | 64.86 | 73.81 | 10.89 | - |
| YUV | 206.15 | 12.79 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 2 | 0 | 0.08 | 0.99 | 0.04 | 55.31 | 0.98 | 0.48 |
| Hex | F5 | E2 | 2 | 0 | 8 | 63 | 4 | 37 | 62 | 30 |
| Octal | 365 | 342 | 2 | 0 | 10 | 143 | 4 | 67 | 142 | 60 |
| Binary | 11110101 | 11100010 | 10 | 0 | 1000 | 1100011 | 100 | 110111 | 1100010 | 110000 |
Color Harmonies of #F5E202
Complementary color
Monochromatic Colors of #F5E202
Black with #F5E202
Text Example
Text Example
White with #F5E202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E202; }
p { color: rgb(245,226,2); }
H1.HeaderClassName
{
color: #F5E202;
}
.AnyTagClassName
{
color: #F5E202;
}
</style>
background-color css
<style>
a { background-color: #F5E202; }
a { background-color: rgb(245,226,2); }
div.DivClassName
{
background-color: #F5E202;
}
.BgClassName
{
background-color: #F5E202;
}
</style>
border-color css
<style>
span { border-color: #F5E202; }
span { border-color: rgb(245,226,2); }
td.TdClassName
{
border-color: #F5E202;
}
.TagClassName
{
border-color: #F5E202;
}
</style>