Shades of Golden Fizz #F5E52D
Tints of Golden Fizz #F5E52D
RGB
CMYK
RGB Variations
Color information
#F5E52D (or 0xF5E52D) is known color: Golden Fizz. HEX triplet: F5, E5 and 2D. RGB value is (245,229,45). Sum of RGB (Red+Green+Blue) = 245+229+45=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E52D is #0A1AD2. Grayscale: #D5D5D5. Windows color (decimal): -662227 or 3007989. OLE color: 3007989.
HSL color Cylindrical-coordinate representation of color #F5E52D: hue angle of 55.2º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5E52D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 45 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.04 |
| HSL | 55.2º | 0.91% | 0.57% | - |
| HSV(B) | 55.2º | 0.82% | 0.96% | - |
| XYZ | 66.15 | 75.64 | 13.6 | - |
| YUV | 212.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 45 | 0 | 0.07 | 0.82 | 0.04 | 55.2 | 0.91 | 0.57 |
| Hex | F5 | E5 | 2D | 0 | 7 | 52 | 4 | 37 | 5B | 39 |
| Octal | 365 | 345 | 55 | 0 | 7 | 122 | 4 | 67 | 133 | 71 |
| Binary | 11110101 | 11100101 | 101101 | 0 | 111 | 1010010 | 100 | 110111 | 1011011 | 111001 |
Color Harmonies of #F5E52D
Complementary color
Monochromatic Colors of #F5E52D
Black with #F5E52D
Text Example
Text Example
White with #F5E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E52D; }
p { color: rgb(245,229,45); }
H1.HeaderClassName
{
color: #F5E52D;
}
.AnyTagClassName
{
color: #F5E52D;
}
</style>
background-color css
<style>
a { background-color: #F5E52D; }
a { background-color: rgb(245,229,45); }
div.DivClassName
{
background-color: #F5E52D;
}
.BgClassName
{
background-color: #F5E52D;
}
</style>
border-color css
<style>
span { border-color: #F5E52D; }
span { border-color: rgb(245,229,45); }
td.TdClassName
{
border-color: #F5E52D;
}
.TagClassName
{
border-color: #F5E52D;
}
</style>