Shades of Golden Fizz #F2E925
Tints of Golden Fizz #F2E925
RGB
CMYK
RGB Variations
Color information
#F2E925 (or 0xF2E925) is known color: Golden Fizz. HEX triplet: F2, E9 and 25. RGB value is (242,233,37). Sum of RGB (Red+Green+Blue) = 242+233+37=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 37 (14.84% from 255 or 7.23% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E925 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E925 is #0D16DA. Grayscale: #D6D6D6. Windows color (decimal): -857819 or 2484722. OLE color: 2484722.
HSL color Cylindrical-coordinate representation of color #F2E925: hue angle of 57.37º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2E925 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 37 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.05 |
| HSL | 57.37º | 0.89% | 0.55% | - |
| HSV(B) | 57.37º | 0.85% | 0.95% | - |
| XYZ | 66.09 | 77.29 | 13.19 | - |
| YUV | 213.35 | 28.48 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 37 | 0 | 0.04 | 0.85 | 0.05 | 57.37 | 0.89 | 0.55 |
| Hex | F2 | E9 | 25 | 0 | 4 | 55 | 5 | 39 | 59 | 37 |
| Octal | 362 | 351 | 45 | 0 | 4 | 125 | 5 | 71 | 131 | 67 |
| Binary | 11110010 | 11101001 | 100101 | 0 | 100 | 1010101 | 101 | 111001 | 1011001 | 110111 |
Color Harmonies of #F2E925
Complementary color
Monochromatic Colors of #F2E925
Black with #F2E925
Text Example
Text Example
White with #F2E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E925; }
p { color: rgb(242,233,37); }
H1.HeaderClassName
{
color: #F2E925;
}
.AnyTagClassName
{
color: #F2E925;
}
</style>
background-color css
<style>
a { background-color: #F2E925; }
a { background-color: rgb(242,233,37); }
div.DivClassName
{
background-color: #F2E925;
}
.BgClassName
{
background-color: #F2E925;
}
</style>
border-color css
<style>
span { border-color: #F2E925; }
span { border-color: rgb(242,233,37); }
td.TdClassName
{
border-color: #F2E925;
}
.TagClassName
{
border-color: #F2E925;
}
</style>