Shades of Golden Fizz #F2EC23
Tints of Golden Fizz #F2EC23
RGB
CMYK
RGB Variations
Color information
#F2EC23 (or 0xF2EC23) is known color: Golden Fizz. HEX triplet: F2, EC and 23. RGB value is (242,236,35). Sum of RGB (Red+Green+Blue) = 242+236+35=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 35 (14.06% from 255 or 6.82% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC23 is #0D13DC. Grayscale: #D7D7D7. Windows color (decimal): -857053 or 2354418. OLE color: 2354418.
HSL color Cylindrical-coordinate representation of color #F2EC23: hue angle of 58.26º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2EC23 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 35 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.05 |
| HSL | 58.26º | 0.89% | 0.54% | - |
| HSV(B) | 58.26º | 0.86% | 0.95% | - |
| XYZ | 66.92 | 78.99 | 13.31 | - |
| YUV | 214.88 | 26.49 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 35 | 0 | 0.02 | 0.86 | 0.05 | 58.26 | 0.89 | 0.54 |
| Hex | F2 | EC | 23 | 0 | 2 | 56 | 5 | 3A | 59 | 36 |
| Octal | 362 | 354 | 43 | 0 | 2 | 126 | 5 | 72 | 131 | 66 |
| Binary | 11110010 | 11101100 | 100011 | 0 | 10 | 1010110 | 101 | 111010 | 1011001 | 110110 |
Color Harmonies of #F2EC23
Complementary color
Monochromatic Colors of #F2EC23
Black with #F2EC23
Text Example
Text Example
White with #F2EC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC23; }
p { color: rgb(242,236,35); }
H1.HeaderClassName
{
color: #F2EC23;
}
.AnyTagClassName
{
color: #F2EC23;
}
</style>
background-color css
<style>
a { background-color: #F2EC23; }
a { background-color: rgb(242,236,35); }
div.DivClassName
{
background-color: #F2EC23;
}
.BgClassName
{
background-color: #F2EC23;
}
</style>
border-color css
<style>
span { border-color: #F2EC23; }
span { border-color: rgb(242,236,35); }
td.TdClassName
{
border-color: #F2EC23;
}
.TagClassName
{
border-color: #F2EC23;
}
</style>