Shades of Golden Fizz #F2EC2A
Tints of Golden Fizz #F2EC2A
RGB
CMYK
RGB Variations
Color information
#F2EC2A (or 0xF2EC2A) is known color: Golden Fizz. HEX triplet: F2, EC and 2A. RGB value is (242,236,42). Sum of RGB (Red+Green+Blue) = 242+236+42=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 42 (16.80% from 255 or 8.08% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EC2A is #0D13D5. Grayscale: #D8D8D8. Windows color (decimal): -857046 or 2813170. OLE color: 2813170.
HSL color Cylindrical-coordinate representation of color #F2EC2A: hue angle of 58.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2EC2A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.05 |
| HSL | 58.2º | 0.88% | 0.56% | - |
| HSV(B) | 58.2º | 0.83% | 0.95% | - |
| XYZ | 67.03 | 79.04 | 13.91 | - |
| YUV | 215.68 | 29.99 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 42 | 0 | 0.02 | 0.83 | 0.05 | 58.2 | 0.88 | 0.56 |
| Hex | F2 | EC | 2A | 0 | 2 | 53 | 5 | 3A | 58 | 38 |
| Octal | 362 | 354 | 52 | 0 | 2 | 123 | 5 | 72 | 130 | 70 |
| Binary | 11110010 | 11101100 | 101010 | 0 | 10 | 1010011 | 101 | 111010 | 1011000 | 111000 |
Color Harmonies of #F2EC2A
Complementary color
Monochromatic Colors of #F2EC2A
Black with #F2EC2A
Text Example
Text Example
White with #F2EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC2A; }
p { color: rgb(242,236,42); }
H1.HeaderClassName
{
color: #F2EC2A;
}
.AnyTagClassName
{
color: #F2EC2A;
}
</style>
background-color css
<style>
a { background-color: #F2EC2A; }
a { background-color: rgb(242,236,42); }
div.DivClassName
{
background-color: #F2EC2A;
}
.BgClassName
{
background-color: #F2EC2A;
}
</style>
border-color css
<style>
span { border-color: #F2EC2A; }
span { border-color: rgb(242,236,42); }
td.TdClassName
{
border-color: #F2EC2A;
}
.TagClassName
{
border-color: #F2EC2A;
}
</style>