Shades of Golden Fizz #F2F124
Tints of Golden Fizz #F2F124
RGB
CMYK
RGB Variations
Color information
#F2F124 (or 0xF2F124) is known color: Golden Fizz. HEX triplet: F2, F1 and 24. RGB value is (242,241,36). Sum of RGB (Red+Green+Blue) = 242+241+36=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 36 (14.45% from 255 or 6.94% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F124 is #0D0EDB. Grayscale: #DADADA. Windows color (decimal): -855772 or 2421234. OLE color: 2421234.
HSL color Cylindrical-coordinate representation of color #F2F124: hue angle of 59.71º 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 #F2F124 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 36 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.05 |
| HSL | 59.71º | 0.89% | 0.55% | - |
| HSV(B) | 59.71º | 0.85% | 0.95% | - |
| XYZ | 68.39 | 81.92 | 13.88 | - |
| YUV | 217.93 | 25.33 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 36 | 0 | 0.00 | 0.85 | 0.05 | 59.71 | 0.89 | 0.55 |
| Hex | F2 | F1 | 24 | 0 | 0 | 55 | 5 | 3C | 59 | 37 |
| Octal | 362 | 361 | 44 | 0 | 0 | 125 | 5 | 74 | 131 | 67 |
| Binary | 11110010 | 11110001 | 100100 | 0 | 0 | 1010101 | 101 | 111100 | 1011001 | 110111 |
Color Harmonies of #F2F124
Complementary color
Monochromatic Colors of #F2F124
Black with #F2F124
Text Example
Text Example
White with #F2F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F124; }
p { color: rgb(242,241,36); }
H1.HeaderClassName
{
color: #F2F124;
}
.AnyTagClassName
{
color: #F2F124;
}
</style>
background-color css
<style>
a { background-color: #F2F124; }
a { background-color: rgb(242,241,36); }
div.DivClassName
{
background-color: #F2F124;
}
.BgClassName
{
background-color: #F2F124;
}
</style>
border-color css
<style>
span { border-color: #F2F124; }
span { border-color: rgb(242,241,36); }
td.TdClassName
{
border-color: #F2F124;
}
.TagClassName
{
border-color: #F2F124;
}
</style>