Shades of Golden Fizz #F5E02E
Tints of Golden Fizz #F5E02E
RGB
CMYK
RGB Variations
Color information
#F5E02E (or 0xF5E02E) is known color: Golden Fizz. HEX triplet: F5, E0 and 2E. RGB value is (245,224,46). Sum of RGB (Red+Green+Blue) = 245+224+46=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E02E is #0A1FD1. Grayscale: #D2D2D2. Windows color (decimal): -663506 or 3072245. OLE color: 3072245.
HSL color Cylindrical-coordinate representation of color #F5E02E: hue angle of 53.67º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5E02E is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 46 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.04 |
| HSL | 53.67º | 0.91% | 0.57% | - |
| HSV(B) | 53.67º | 0.81% | 0.96% | - |
| XYZ | 64.8 | 72.92 | 13.24 | - |
| YUV | 209.99 | 35.46 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 46 | 0 | 0.09 | 0.81 | 0.04 | 53.67 | 0.91 | 0.57 |
| Hex | F5 | E0 | 2E | 0 | 9 | 51 | 4 | 36 | 5B | 39 |
| Octal | 365 | 340 | 56 | 0 | 11 | 121 | 4 | 66 | 133 | 71 |
| Binary | 11110101 | 11100000 | 101110 | 0 | 1001 | 1010001 | 100 | 110110 | 1011011 | 111001 |
Color Harmonies of #F5E02E
Complementary color
Monochromatic Colors of #F5E02E
Black with #F5E02E
Text Example
Text Example
White with #F5E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E02E; }
p { color: rgb(245,224,46); }
H1.HeaderClassName
{
color: #F5E02E;
}
.AnyTagClassName
{
color: #F5E02E;
}
</style>
background-color css
<style>
a { background-color: #F5E02E; }
a { background-color: rgb(245,224,46); }
div.DivClassName
{
background-color: #F5E02E;
}
.BgClassName
{
background-color: #F5E02E;
}
</style>
border-color css
<style>
span { border-color: #F5E02E; }
span { border-color: rgb(245,224,46); }
td.TdClassName
{
border-color: #F5E02E;
}
.TagClassName
{
border-color: #F5E02E;
}
</style>