Shades of Golden Fizz #F2F62C
Tints of Golden Fizz #F2F62C
RGB
CMYK
RGB Variations
Color information
#F2F62C (or 0xF2F62C) is known color: Golden Fizz. HEX triplet: F2, F6 and 2C. RGB value is (242,246,44). Sum of RGB (Red+Green+Blue) = 242+246+44=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 44 (17.58% from 255 or 8.27% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F62C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F62C is #0D09D3. Grayscale: #DEDEDE. Windows color (decimal): -854484 or 2946802. OLE color: 2946802.
HSL color Cylindrical-coordinate representation of color #F2F62C: hue angle of 61.19º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2F62C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 44 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.04 |
| HSL | 61.19º | 0.92% | 0.57% | - |
| HSV(B) | 61.19º | 0.82% | 0.96% | - |
| XYZ | 70.03 | 84.97 | 15.09 | - |
| YUV | 221.78 | 27.67 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 44 | 0.02 | 0 | 0.82 | 0.04 | 61.19 | 0.92 | 0.57 |
| Hex | F2 | F6 | 2C | 2 | 0 | 52 | 4 | 3D | 5C | 39 |
| Octal | 362 | 366 | 54 | 2 | 0 | 122 | 4 | 75 | 134 | 71 |
| Binary | 11110010 | 11110110 | 101100 | 10 | 0 | 1010010 | 100 | 111101 | 1011100 | 111001 |
Color Harmonies of #F2F62C
Complementary color
Monochromatic Colors of #F2F62C
Black with #F2F62C
Text Example
Text Example
White with #F2F62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F62C; }
p { color: rgb(242,246,44); }
H1.HeaderClassName
{
color: #F2F62C;
}
.AnyTagClassName
{
color: #F2F62C;
}
</style>
background-color css
<style>
a { background-color: #F2F62C; }
a { background-color: rgb(242,246,44); }
div.DivClassName
{
background-color: #F2F62C;
}
.BgClassName
{
background-color: #F2F62C;
}
</style>
border-color css
<style>
span { border-color: #F2F62C; }
span { border-color: rgb(242,246,44); }
td.TdClassName
{
border-color: #F2F62C;
}
.TagClassName
{
border-color: #F2F62C;
}
</style>