Shades of Golden Fizz #F2F22D
Tints of Golden Fizz #F2F22D
RGB
CMYK
RGB Variations
Color information
#F2F22D (or 0xF2F22D) is known color: Golden Fizz. HEX triplet: F2, F2 and 2D. RGB value is (242,242,45). Sum of RGB (Red+Green+Blue) = 242+242+45=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F22D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F22D is #0D0DD2. Grayscale: #DCDCDC. Windows color (decimal): -855507 or 3011314. OLE color: 3011314.
HSL color Cylindrical-coordinate representation of color #F2F22D: hue angle of 60º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2F22D is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 45 | - |
| CMYK | 0 | 0 | 0.81 | 0.05 |
| HSL | 60º | 0.88% | 0.56% | - |
| HSV(B) | 60º | 0.81% | 0.95% | - |
| XYZ | 68.84 | 82.57 | 14.79 | - |
| YUV | 219.54 | 29.5 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 45 | 0 | 0 | 0.81 | 0.05 | 60 | 0.88 | 0.56 |
| Hex | F2 | F2 | 2D | 0 | 0 | 51 | 5 | 3C | 58 | 38 |
| Octal | 362 | 362 | 55 | 0 | 0 | 121 | 5 | 74 | 130 | 70 |
| Binary | 11110010 | 11110010 | 101101 | 0 | 0 | 1010001 | 101 | 111100 | 1011000 | 111000 |
Color Harmonies of #F2F22D
Complementary color
Monochromatic Colors of #F2F22D
Black with #F2F22D
Text Example
Text Example
White with #F2F22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F22D; }
p { color: rgb(242,242,45); }
H1.HeaderClassName
{
color: #F2F22D;
}
.AnyTagClassName
{
color: #F2F22D;
}
</style>
background-color css
<style>
a { background-color: #F2F22D; }
a { background-color: rgb(242,242,45); }
div.DivClassName
{
background-color: #F2F22D;
}
.BgClassName
{
background-color: #F2F22D;
}
</style>
border-color css
<style>
span { border-color: #F2F22D; }
span { border-color: rgb(242,242,45); }
td.TdClassName
{
border-color: #F2F22D;
}
.TagClassName
{
border-color: #F2F22D;
}
</style>