Shades of Golden Fizz #F2EC35
Tints of Golden Fizz #F2EC35
RGB
CMYK
RGB Variations
Color information
#F2EC35 (or 0xF2EC35) is known color: Golden Fizz. HEX triplet: F2, EC and 35. RGB value is (242,236,53). Sum of RGB (Red+Green+Blue) = 242+236+53=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 53 (21.09% from 255 or 9.98% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC35 is #0D13CA. Grayscale: #D9D9D9. Windows color (decimal): -857035 or 3534066. OLE color: 3534066.
HSL color Cylindrical-coordinate representation of color #F2EC35: hue angle of 58.1º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2EC35 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 53 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.05 |
| HSL | 58.1º | 0.88% | 0.58% | - |
| HSV(B) | 58.1º | 0.78% | 0.95% | - |
| XYZ | 67.26 | 79.13 | 15.1 | - |
| YUV | 216.93 | 35.49 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 53 | 0 | 0.02 | 0.78 | 0.05 | 58.1 | 0.88 | 0.58 |
| Hex | F2 | EC | 35 | 0 | 2 | 4E | 5 | 3A | 58 | 3A |
| Octal | 362 | 354 | 65 | 0 | 2 | 116 | 5 | 72 | 130 | 72 |
| Binary | 11110010 | 11101100 | 110101 | 0 | 10 | 1001110 | 101 | 111010 | 1011000 | 111010 |
Color Harmonies of #F2EC35
Complementary color
Monochromatic Colors of #F2EC35
Black with #F2EC35
Text Example
Text Example
White with #F2EC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC35; }
p { color: rgb(242,236,53); }
H1.HeaderClassName
{
color: #F2EC35;
}
.AnyTagClassName
{
color: #F2EC35;
}
</style>
background-color css
<style>
a { background-color: #F2EC35; }
a { background-color: rgb(242,236,53); }
div.DivClassName
{
background-color: #F2EC35;
}
.BgClassName
{
background-color: #F2EC35;
}
</style>
border-color css
<style>
span { border-color: #F2EC35; }
span { border-color: rgb(242,236,53); }
td.TdClassName
{
border-color: #F2EC35;
}
.TagClassName
{
border-color: #F2EC35;
}
</style>