Shades of Golden Fizz #F2EA2C
Tints of Golden Fizz #F2EA2C
RGB
CMYK
RGB Variations
Color information
#F2EA2C (or 0xF2EA2C) is known color: Golden Fizz. HEX triplet: F2, EA and 2C. RGB value is (242,234,44). Sum of RGB (Red+Green+Blue) = 242+234+44=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 44 (17.58% from 255 or 8.46% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EA2C is #0D15D3. Grayscale: #D7D7D7. Windows color (decimal): -857556 or 2943730. OLE color: 2943730.
HSL color Cylindrical-coordinate representation of color #F2EA2C: hue angle of 57.58º 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 #F2EA2C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 44 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.05 |
| HSL | 57.58º | 0.88% | 0.56% | - |
| HSV(B) | 57.58º | 0.82% | 0.95% | - |
| XYZ | 66.5 | 77.9 | 13.92 | - |
| YUV | 214.73 | 31.65 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 44 | 0 | 0.03 | 0.82 | 0.05 | 57.58 | 0.88 | 0.56 |
| Hex | F2 | EA | 2C | 0 | 3 | 52 | 5 | 3A | 58 | 38 |
| Octal | 362 | 352 | 54 | 0 | 3 | 122 | 5 | 72 | 130 | 70 |
| Binary | 11110010 | 11101010 | 101100 | 0 | 11 | 1010010 | 101 | 111010 | 1011000 | 111000 |
Color Harmonies of #F2EA2C
Complementary color
Monochromatic Colors of #F2EA2C
Black with #F2EA2C
Text Example
Text Example
White with #F2EA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EA2C; }
p { color: rgb(242,234,44); }
H1.HeaderClassName
{
color: #F2EA2C;
}
.AnyTagClassName
{
color: #F2EA2C;
}
</style>
background-color css
<style>
a { background-color: #F2EA2C; }
a { background-color: rgb(242,234,44); }
div.DivClassName
{
background-color: #F2EA2C;
}
.BgClassName
{
background-color: #F2EA2C;
}
</style>
border-color css
<style>
span { border-color: #F2EA2C; }
span { border-color: rgb(242,234,44); }
td.TdClassName
{
border-color: #F2EA2C;
}
.TagClassName
{
border-color: #F2EA2C;
}
</style>