Shades of Golden Fizz #F2E724
Tints of Golden Fizz #F2E724
RGB
CMYK
RGB Variations
Color information
#F2E724 (or 0xF2E724) is known color: Golden Fizz. HEX triplet: F2, E7 and 24. RGB value is (242,231,36). Sum of RGB (Red+Green+Blue) = 242+231+36=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 36 (14.45% from 255 or 7.07% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E724 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E724 is #0D18DB. Grayscale: #D4D4D4. Windows color (decimal): -858332 or 2418674. OLE color: 2418674.
HSL color Cylindrical-coordinate representation of color #F2E724: hue angle of 56.8º 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 #F2E724 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 36 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.05 |
| HSL | 56.8º | 0.89% | 0.55% | - |
| HSV(B) | 56.8º | 0.85% | 0.95% | - |
| XYZ | 65.51 | 76.16 | 12.92 | - |
| YUV | 212.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 36 | 0 | 0.05 | 0.85 | 0.05 | 56.8 | 0.89 | 0.55 |
| Hex | F2 | E7 | 24 | 0 | 5 | 55 | 5 | 39 | 59 | 37 |
| Octal | 362 | 347 | 44 | 0 | 5 | 125 | 5 | 71 | 131 | 67 |
| Binary | 11110010 | 11100111 | 100100 | 0 | 101 | 1010101 | 101 | 111001 | 1011001 | 110111 |
Color Harmonies of #F2E724
Complementary color
Monochromatic Colors of #F2E724
Black with #F2E724
Text Example
Text Example
White with #F2E724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E724; }
p { color: rgb(242,231,36); }
H1.HeaderClassName
{
color: #F2E724;
}
.AnyTagClassName
{
color: #F2E724;
}
</style>
background-color css
<style>
a { background-color: #F2E724; }
a { background-color: rgb(242,231,36); }
div.DivClassName
{
background-color: #F2E724;
}
.BgClassName
{
background-color: #F2E724;
}
</style>
border-color css
<style>
span { border-color: #F2E724; }
span { border-color: rgb(242,231,36); }
td.TdClassName
{
border-color: #F2E724;
}
.TagClassName
{
border-color: #F2E724;
}
</style>