Shades of Golden Fizz #F5E52B
Tints of Golden Fizz #F5E52B
RGB
CMYK
RGB Variations
Color information
#F5E52B (or 0xF5E52B) is known color: Golden Fizz. HEX triplet: F5, E5 and 2B. RGB value is (245,229,43). Sum of RGB (Red+Green+Blue) = 245+229+43=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E52B is #0A1AD4. Grayscale: #D5D5D5. Windows color (decimal): -662229 or 2876917. OLE color: 2876917.
HSL color Cylindrical-coordinate representation of color #F5E52B: hue angle of 55.25º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5E52B is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 43 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.04 |
| HSL | 55.25º | 0.91% | 0.56% | - |
| HSV(B) | 55.25º | 0.82% | 0.96% | - |
| XYZ | 66.11 | 75.63 | 13.4 | - |
| YUV | 212.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 43 | 0 | 0.07 | 0.82 | 0.04 | 55.25 | 0.91 | 0.56 |
| Hex | F5 | E5 | 2B | 0 | 7 | 52 | 4 | 37 | 5B | 38 |
| Octal | 365 | 345 | 53 | 0 | 7 | 122 | 4 | 67 | 133 | 70 |
| Binary | 11110101 | 11100101 | 101011 | 0 | 111 | 1010010 | 100 | 110111 | 1011011 | 111000 |
Color Harmonies of #F5E52B
Complementary color
Monochromatic Colors of #F5E52B
Black with #F5E52B
Text Example
Text Example
White with #F5E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E52B; }
p { color: rgb(245,229,43); }
H1.HeaderClassName
{
color: #F5E52B;
}
.AnyTagClassName
{
color: #F5E52B;
}
</style>
background-color css
<style>
a { background-color: #F5E52B; }
a { background-color: rgb(245,229,43); }
div.DivClassName
{
background-color: #F5E52B;
}
.BgClassName
{
background-color: #F5E52B;
}
</style>
border-color css
<style>
span { border-color: #F5E52B; }
span { border-color: rgb(245,229,43); }
td.TdClassName
{
border-color: #F5E52B;
}
.TagClassName
{
border-color: #F5E52B;
}
</style>