Shades of Golden Fizz #F5E52A
Tints of Golden Fizz #F5E52A
RGB
CMYK
RGB Variations
Color information
#F5E52A (or 0xF5E52A) is known color: Golden Fizz. HEX triplet: F5, E5 and 2A. RGB value is (245,229,42). Sum of RGB (Red+Green+Blue) = 245+229+42=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 42 (16.80% from 255 or 8.14% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E52A is #0A1AD5. Grayscale: #D5D5D5. Windows color (decimal): -662230 or 2811381. OLE color: 2811381.
HSL color Cylindrical-coordinate representation of color #F5E52A: hue angle of 55.27º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5E52A is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 42 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.04 |
| HSL | 55.27º | 0.91% | 0.56% | - |
| HSV(B) | 55.27º | 0.83% | 0.96% | - |
| XYZ | 66.09 | 75.62 | 13.3 | - |
| YUV | 212.47 | 31.8 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 42 | 0 | 0.07 | 0.83 | 0.04 | 55.27 | 0.91 | 0.56 |
| Hex | F5 | E5 | 2A | 0 | 7 | 53 | 4 | 37 | 5B | 38 |
| Octal | 365 | 345 | 52 | 0 | 7 | 123 | 4 | 67 | 133 | 70 |
| Binary | 11110101 | 11100101 | 101010 | 0 | 111 | 1010011 | 100 | 110111 | 1011011 | 111000 |
Color Harmonies of #F5E52A
Complementary color
Monochromatic Colors of #F5E52A
Black with #F5E52A
Text Example
Text Example
White with #F5E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E52A; }
p { color: rgb(245,229,42); }
H1.HeaderClassName
{
color: #F5E52A;
}
.AnyTagClassName
{
color: #F5E52A;
}
</style>
background-color css
<style>
a { background-color: #F5E52A; }
a { background-color: rgb(245,229,42); }
div.DivClassName
{
background-color: #F5E52A;
}
.BgClassName
{
background-color: #F5E52A;
}
</style>
border-color css
<style>
span { border-color: #F5E52A; }
span { border-color: rgb(245,229,42); }
td.TdClassName
{
border-color: #F5E52A;
}
.TagClassName
{
border-color: #F5E52A;
}
</style>