Shades of Golden Fizz #F5E725
Tints of Golden Fizz #F5E725
RGB
CMYK
RGB Variations
Color information
#F5E725 (or 0xF5E725) is known color: Golden Fizz. HEX triplet: F5, E7 and 25. RGB value is (245,231,37). Sum of RGB (Red+Green+Blue) = 245+231+37=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 37 (14.84% from 255 or 7.21% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E725 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E725 is #0A18DA. Grayscale: #D5D5D5. Windows color (decimal): -661723 or 2484213. OLE color: 2484213.
HSL color Cylindrical-coordinate representation of color #F5E725: hue angle of 55.96º 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 #F5E725 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 37 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.04 |
| HSL | 55.96º | 0.91% | 0.55% | - |
| HSV(B) | 55.96º | 0.85% | 0.96% | - |
| XYZ | 66.57 | 76.7 | 13.05 | - |
| YUV | 213.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 37 | 0 | 0.06 | 0.85 | 0.04 | 55.96 | 0.91 | 0.55 |
| Hex | F5 | E7 | 25 | 0 | 6 | 55 | 4 | 38 | 5B | 37 |
| Octal | 365 | 347 | 45 | 0 | 6 | 125 | 4 | 70 | 133 | 67 |
| Binary | 11110101 | 11100111 | 100101 | 0 | 110 | 1010101 | 100 | 111000 | 1011011 | 110111 |
Color Harmonies of #F5E725
Complementary color
Monochromatic Colors of #F5E725
Black with #F5E725
Text Example
Text Example
White with #F5E725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E725; }
p { color: rgb(245,231,37); }
H1.HeaderClassName
{
color: #F5E725;
}
.AnyTagClassName
{
color: #F5E725;
}
</style>
background-color css
<style>
a { background-color: #F5E725; }
a { background-color: rgb(245,231,37); }
div.DivClassName
{
background-color: #F5E725;
}
.BgClassName
{
background-color: #F5E725;
}
</style>
border-color css
<style>
span { border-color: #F5E725; }
span { border-color: rgb(245,231,37); }
td.TdClassName
{
border-color: #F5E725;
}
.TagClassName
{
border-color: #F5E725;
}
</style>