Shades of Golden Yellow #F5E002
Tints of Golden Yellow #F5E002
RGB
CMYK
RGB Variations
Color information
#F5E002 (or 0xF5E002) is known color: Golden Yellow. HEX triplet: F5, E0 and 02. RGB value is (245,224,2). Sum of RGB (Red+Green+Blue) = 245+224+2=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E002 is #0A1FFD. Grayscale: #CDCDCD. Windows color (decimal): -663550 or 188661. OLE color: 188661.
HSL color Cylindrical-coordinate representation of color #F5E002: hue angle of 54.81º 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 #F5E002 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.04 |
| HSL | 54.81º | 0.98% | 0.48% | - |
| HSV(B) | 54.81º | 0.99% | 0.96% | - |
| XYZ | 64.32 | 72.73 | 10.71 | - |
| YUV | 204.97 | 13.46 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 2 | 0 | 0.09 | 0.99 | 0.04 | 54.81 | 0.98 | 0.48 |
| Hex | F5 | E0 | 2 | 0 | 9 | 63 | 4 | 37 | 62 | 30 |
| Octal | 365 | 340 | 2 | 0 | 11 | 143 | 4 | 67 | 142 | 60 |
| Binary | 11110101 | 11100000 | 10 | 0 | 1001 | 1100011 | 100 | 110111 | 1100010 | 110000 |
Color Harmonies of #F5E002
Complementary color
Monochromatic Colors of #F5E002
Black with #F5E002
Text Example
Text Example
White with #F5E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E002; }
p { color: rgb(245,224,2); }
H1.HeaderClassName
{
color: #F5E002;
}
.AnyTagClassName
{
color: #F5E002;
}
</style>
background-color css
<style>
a { background-color: #F5E002; }
a { background-color: rgb(245,224,2); }
div.DivClassName
{
background-color: #F5E002;
}
.BgClassName
{
background-color: #F5E002;
}
</style>
border-color css
<style>
span { border-color: #F5E002; }
span { border-color: rgb(245,224,2); }
td.TdClassName
{
border-color: #F5E002;
}
.TagClassName
{
border-color: #F5E002;
}
</style>