Shades of Golden Fizz #F2EC2C
Tints of Golden Fizz #F2EC2C
RGB
CMYK
RGB Variations
Color information
#F2EC2C (or 0xF2EC2C) is known color: Golden Fizz. HEX triplet: F2, EC and 2C. RGB value is (242,236,44). Sum of RGB (Red+Green+Blue) = 242+236+44=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 44 (17.58% from 255 or 8.43% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC2C is #0D13D3. Grayscale: #D8D8D8. Windows color (decimal): -857044 or 2944242. OLE color: 2944242.
HSL color Cylindrical-coordinate representation of color #F2EC2C: hue angle of 58.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2EC2C is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 44 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.05 |
| HSL | 58.18º | 0.88% | 0.56% | - |
| HSV(B) | 58.18º | 0.82% | 0.95% | - |
| XYZ | 67.07 | 79.05 | 14.11 | - |
| YUV | 215.91 | 30.99 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 44 | 0 | 0.02 | 0.82 | 0.05 | 58.18 | 0.88 | 0.56 |
| Hex | F2 | EC | 2C | 0 | 2 | 52 | 5 | 3A | 58 | 38 |
| Octal | 362 | 354 | 54 | 0 | 2 | 122 | 5 | 72 | 130 | 70 |
| Binary | 11110010 | 11101100 | 101100 | 0 | 10 | 1010010 | 101 | 111010 | 1011000 | 111000 |
Color Harmonies of #F2EC2C
Complementary color
Monochromatic Colors of #F2EC2C
Black with #F2EC2C
Text Example
Text Example
White with #F2EC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC2C; }
p { color: rgb(242,236,44); }
H1.HeaderClassName
{
color: #F2EC2C;
}
.AnyTagClassName
{
color: #F2EC2C;
}
</style>
background-color css
<style>
a { background-color: #F2EC2C; }
a { background-color: rgb(242,236,44); }
div.DivClassName
{
background-color: #F2EC2C;
}
.BgClassName
{
background-color: #F2EC2C;
}
</style>
border-color css
<style>
span { border-color: #F2EC2C; }
span { border-color: rgb(242,236,44); }
td.TdClassName
{
border-color: #F2EC2C;
}
.TagClassName
{
border-color: #F2EC2C;
}
</style>