Shades of Golden Fizz #F2EC33
Tints of Golden Fizz #F2EC33
RGB
CMYK
RGB Variations
Color information
#F2EC33 (or 0xF2EC33) is known color: Golden Fizz. HEX triplet: F2, EC and 33. RGB value is (242,236,51). Sum of RGB (Red+Green+Blue) = 242+236+51=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC33 is #0D13CC. Grayscale: #D9D9D9. Windows color (decimal): -857037 or 3402994. OLE color: 3402994.
HSL color Cylindrical-coordinate representation of color #F2EC33: hue angle of 58.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2EC33 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 51 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.05 |
| HSL | 58.12º | 0.88% | 0.57% | - |
| HSV(B) | 58.12º | 0.79% | 0.95% | - |
| XYZ | 67.21 | 79.11 | 14.86 | - |
| YUV | 216.7 | 34.49 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 51 | 0 | 0.02 | 0.79 | 0.05 | 58.12 | 0.88 | 0.57 |
| Hex | F2 | EC | 33 | 0 | 2 | 4F | 5 | 3A | 58 | 39 |
| Octal | 362 | 354 | 63 | 0 | 2 | 117 | 5 | 72 | 130 | 71 |
| Binary | 11110010 | 11101100 | 110011 | 0 | 10 | 1001111 | 101 | 111010 | 1011000 | 111001 |
Color Harmonies of #F2EC33
Complementary color
Monochromatic Colors of #F2EC33
Black with #F2EC33
Text Example
Text Example
White with #F2EC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC33; }
p { color: rgb(242,236,51); }
H1.HeaderClassName
{
color: #F2EC33;
}
.AnyTagClassName
{
color: #F2EC33;
}
</style>
background-color css
<style>
a { background-color: #F2EC33; }
a { background-color: rgb(242,236,51); }
div.DivClassName
{
background-color: #F2EC33;
}
.BgClassName
{
background-color: #F2EC33;
}
</style>
border-color css
<style>
span { border-color: #F2EC33; }
span { border-color: rgb(242,236,51); }
td.TdClassName
{
border-color: #F2EC33;
}
.TagClassName
{
border-color: #F2EC33;
}
</style>