Shades of Golden Fizz #F5E02F
Tints of Golden Fizz #F5E02F
RGB
CMYK
RGB Variations
Color information
#F5E02F (or 0xF5E02F) is known color: Golden Fizz. HEX triplet: F5, E0 and 2F. RGB value is (245,224,47). Sum of RGB (Red+Green+Blue) = 245+224+47=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E02F is #0A1FD0. Grayscale: #D2D2D2. Windows color (decimal): -663505 or 3137781. OLE color: 3137781.
HSL color Cylindrical-coordinate representation of color #F5E02F: hue angle of 53.64º 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 #F5E02F is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 47 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.04 |
| HSL | 53.64º | 0.91% | 0.57% | - |
| HSV(B) | 53.64º | 0.81% | 0.96% | - |
| XYZ | 64.82 | 72.93 | 13.35 | - |
| YUV | 210.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 47 | 0 | 0.09 | 0.81 | 0.04 | 53.64 | 0.91 | 0.57 |
| Hex | F5 | E0 | 2F | 0 | 9 | 51 | 4 | 36 | 5B | 39 |
| Octal | 365 | 340 | 57 | 0 | 11 | 121 | 4 | 66 | 133 | 71 |
| Binary | 11110101 | 11100000 | 101111 | 0 | 1001 | 1010001 | 100 | 110110 | 1011011 | 111001 |
Color Harmonies of #F5E02F
Complementary color
Monochromatic Colors of #F5E02F
Black with #F5E02F
Text Example
Text Example
White with #F5E02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E02F; }
p { color: rgb(245,224,47); }
H1.HeaderClassName
{
color: #F5E02F;
}
.AnyTagClassName
{
color: #F5E02F;
}
</style>
background-color css
<style>
a { background-color: #F5E02F; }
a { background-color: rgb(245,224,47); }
div.DivClassName
{
background-color: #F5E02F;
}
.BgClassName
{
background-color: #F5E02F;
}
</style>
border-color css
<style>
span { border-color: #F5E02F; }
span { border-color: rgb(245,224,47); }
td.TdClassName
{
border-color: #F5E02F;
}
.TagClassName
{
border-color: #F5E02F;
}
</style>