Shades of Golden Fizz #F5E925
Tints of Golden Fizz #F5E925
RGB
CMYK
RGB Variations
Color information
#F5E925 (or 0xF5E925) is known color: Golden Fizz. HEX triplet: F5, E9 and 25. RGB value is (245,233,37). Sum of RGB (Red+Green+Blue) = 245+233+37=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E925 is #0A16DA. Grayscale: #D7D7D7. Windows color (decimal): -661211 or 2484725. OLE color: 2484725.
HSL color Cylindrical-coordinate representation of color #F5E925: hue angle of 56.54º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5E925 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 37 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.04 |
| HSL | 56.54º | 0.91% | 0.55% | - |
| HSV(B) | 56.54º | 0.85% | 0.96% | - |
| XYZ | 67.13 | 77.82 | 13.23 | - |
| YUV | 214.24 | 27.98 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 37 | 0 | 0.05 | 0.85 | 0.04 | 56.54 | 0.91 | 0.55 |
| Hex | F5 | E9 | 25 | 0 | 5 | 55 | 4 | 39 | 5B | 37 |
| Octal | 365 | 351 | 45 | 0 | 5 | 125 | 4 | 71 | 133 | 67 |
| Binary | 11110101 | 11101001 | 100101 | 0 | 101 | 1010101 | 100 | 111001 | 1011011 | 110111 |
Color Harmonies of #F5E925
Complementary color
Monochromatic Colors of #F5E925
Black with #F5E925
Text Example
Text Example
White with #F5E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E925; }
p { color: rgb(245,233,37); }
H1.HeaderClassName
{
color: #F5E925;
}
.AnyTagClassName
{
color: #F5E925;
}
</style>
background-color css
<style>
a { background-color: #F5E925; }
a { background-color: rgb(245,233,37); }
div.DivClassName
{
background-color: #F5E925;
}
.BgClassName
{
background-color: #F5E925;
}
</style>
border-color css
<style>
span { border-color: #F5E925; }
span { border-color: rgb(245,233,37); }
td.TdClassName
{
border-color: #F5E925;
}
.TagClassName
{
border-color: #F5E925;
}
</style>