Shades of Golden Fizz #F5E32D
Tints of Golden Fizz #F5E32D
RGB
CMYK
RGB Variations
Color information
#F5E32D (or 0xF5E32D) is known color: Golden Fizz. HEX triplet: F5, E3 and 2D. RGB value is (245,227,45). Sum of RGB (Red+Green+Blue) = 245+227+45=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E32D is #0A1CD2. Grayscale: #D4D4D4. Windows color (decimal): -662739 or 3007477. OLE color: 3007477.
HSL color Cylindrical-coordinate representation of color #F5E32D: hue angle of 54.6º 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 #F5E32D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 45 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.04 |
| HSL | 54.6º | 0.91% | 0.57% | - |
| HSV(B) | 54.6º | 0.82% | 0.96% | - |
| XYZ | 65.6 | 74.54 | 13.41 | - |
| YUV | 211.63 | 33.96 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 45 | 0 | 0.07 | 0.82 | 0.04 | 54.6 | 0.91 | 0.57 |
| Hex | F5 | E3 | 2D | 0 | 7 | 52 | 4 | 37 | 5B | 39 |
| Octal | 365 | 343 | 55 | 0 | 7 | 122 | 4 | 67 | 133 | 71 |
| Binary | 11110101 | 11100011 | 101101 | 0 | 111 | 1010010 | 100 | 110111 | 1011011 | 111001 |
Color Harmonies of #F5E32D
Complementary color
Monochromatic Colors of #F5E32D
Black with #F5E32D
Text Example
Text Example
White with #F5E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E32D; }
p { color: rgb(245,227,45); }
H1.HeaderClassName
{
color: #F5E32D;
}
.AnyTagClassName
{
color: #F5E32D;
}
</style>
background-color css
<style>
a { background-color: #F5E32D; }
a { background-color: rgb(245,227,45); }
div.DivClassName
{
background-color: #F5E32D;
}
.BgClassName
{
background-color: #F5E32D;
}
</style>
border-color css
<style>
span { border-color: #F5E32D; }
span { border-color: rgb(245,227,45); }
td.TdClassName
{
border-color: #F5E32D;
}
.TagClassName
{
border-color: #F5E32D;
}
</style>