Shades of Golden Fizz #F2F229
Tints of Golden Fizz #F2F229
RGB
CMYK
RGB Variations
Color information
#F2F229 (or 0xF2F229) is known color: Golden Fizz. HEX triplet: F2, F2 and 29. RGB value is (242,242,41). Sum of RGB (Red+Green+Blue) = 242+242+41=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 41 (16.41% from 255 or 7.81% from 525); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F229 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F229 is #0D0DD6. Grayscale: #DBDBDB. Windows color (decimal): -855511 or 2749170. OLE color: 2749170.
HSL color Cylindrical-coordinate representation of color #F2F229: hue angle of 60º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2F229 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 41 | - |
| CMYK | 0 | 0 | 0.83 | 0.05 |
| HSL | 60º | 0.89% | 0.55% | - |
| HSV(B) | 60º | 0.83% | 0.95% | - |
| XYZ | 68.77 | 82.54 | 14.41 | - |
| YUV | 219.09 | 27.5 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 41 | 0 | 0 | 0.83 | 0.05 | 60 | 0.89 | 0.55 |
| Hex | F2 | F2 | 29 | 0 | 0 | 53 | 5 | 3C | 59 | 37 |
| Octal | 362 | 362 | 51 | 0 | 0 | 123 | 5 | 74 | 131 | 67 |
| Binary | 11110010 | 11110010 | 101001 | 0 | 0 | 1010011 | 101 | 111100 | 1011001 | 110111 |
Color Harmonies of #F2F229
Complementary color
Monochromatic Colors of #F2F229
Black with #F2F229
Text Example
Text Example
White with #F2F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F229; }
p { color: rgb(242,242,41); }
H1.HeaderClassName
{
color: #F2F229;
}
.AnyTagClassName
{
color: #F2F229;
}
</style>
background-color css
<style>
a { background-color: #F2F229; }
a { background-color: rgb(242,242,41); }
div.DivClassName
{
background-color: #F2F229;
}
.BgClassName
{
background-color: #F2F229;
}
</style>
border-color css
<style>
span { border-color: #F2F229; }
span { border-color: rgb(242,242,41); }
td.TdClassName
{
border-color: #F2F229;
}
.TagClassName
{
border-color: #F2F229;
}
</style>