Shades of Golden Fizz #F2F225
Tints of Golden Fizz #F2F225
RGB
CMYK
RGB Variations
Color information
#F2F225 (or 0xF2F225) is known color: Golden Fizz. HEX triplet: F2, F2 and 25. RGB value is (242,242,37). Sum of RGB (Red+Green+Blue) = 242+242+37=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 37 (14.84% from 255 or 7.10% from 521); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F225 is #0D0DDA. Grayscale: #DBDBDB. Windows color (decimal): -855515 or 2487026. OLE color: 2487026.
HSL color Cylindrical-coordinate representation of color #F2F225: 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.85%. Process color model (Four color, CMYK) of #F2F225 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 37 | - |
| CMYK | 0 | 0 | 0.85 | 0.05 |
| HSL | 60º | 0.89% | 0.55% | - |
| HSV(B) | 60º | 0.85% | 0.95% | - |
| XYZ | 68.7 | 82.52 | 14.06 | - |
| YUV | 218.63 | 25.5 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 37 | 0 | 0 | 0.85 | 0.05 | 60 | 0.89 | 0.55 |
| Hex | F2 | F2 | 25 | 0 | 0 | 55 | 5 | 3C | 59 | 37 |
| Octal | 362 | 362 | 45 | 0 | 0 | 125 | 5 | 74 | 131 | 67 |
| Binary | 11110010 | 11110010 | 100101 | 0 | 0 | 1010101 | 101 | 111100 | 1011001 | 110111 |
Color Harmonies of #F2F225
Complementary color
Monochromatic Colors of #F2F225
Black with #F2F225
Text Example
Text Example
White with #F2F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F225; }
p { color: rgb(242,242,37); }
H1.HeaderClassName
{
color: #F2F225;
}
.AnyTagClassName
{
color: #F2F225;
}
</style>
background-color css
<style>
a { background-color: #F2F225; }
a { background-color: rgb(242,242,37); }
div.DivClassName
{
background-color: #F2F225;
}
.BgClassName
{
background-color: #F2F225;
}
</style>
border-color css
<style>
span { border-color: #F2F225; }
span { border-color: rgb(242,242,37); }
td.TdClassName
{
border-color: #F2F225;
}
.TagClassName
{
border-color: #F2F225;
}
</style>