Shades of Golden Fizz #F5E926
Tints of Golden Fizz #F5E926
RGB
CMYK
RGB Variations
Color information
#F5E926 (or 0xF5E926) is known color: Golden Fizz. HEX triplet: F5, E9 and 26. RGB value is (245,233,38). Sum of RGB (Red+Green+Blue) = 245+233+38=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 38 (15.23% from 255 or 7.36% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E926 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E926 is #0A16D9. Grayscale: #D7D7D7. Windows color (decimal): -661210 or 2550261. OLE color: 2550261.
HSL color Cylindrical-coordinate representation of color #F5E926: hue angle of 56.52º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5E926 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 38 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.04 |
| HSL | 56.52º | 0.91% | 0.55% | - |
| HSV(B) | 56.52º | 0.84% | 0.96% | - |
| XYZ | 67.14 | 77.83 | 13.32 | - |
| YUV | 214.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 38 | 0 | 0.05 | 0.84 | 0.04 | 56.52 | 0.91 | 0.55 |
| Hex | F5 | E9 | 26 | 0 | 5 | 54 | 4 | 39 | 5B | 37 |
| Octal | 365 | 351 | 46 | 0 | 5 | 124 | 4 | 71 | 133 | 67 |
| Binary | 11110101 | 11101001 | 100110 | 0 | 101 | 1010100 | 100 | 111001 | 1011011 | 110111 |
Color Harmonies of #F5E926
Complementary color
Monochromatic Colors of #F5E926
Black with #F5E926
Text Example
Text Example
White with #F5E926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E926; }
p { color: rgb(245,233,38); }
H1.HeaderClassName
{
color: #F5E926;
}
.AnyTagClassName
{
color: #F5E926;
}
</style>
background-color css
<style>
a { background-color: #F5E926; }
a { background-color: rgb(245,233,38); }
div.DivClassName
{
background-color: #F5E926;
}
.BgClassName
{
background-color: #F5E926;
}
</style>
border-color css
<style>
span { border-color: #F5E926; }
span { border-color: rgb(245,233,38); }
td.TdClassName
{
border-color: #F5E926;
}
.TagClassName
{
border-color: #F5E926;
}
</style>