Shades of Golden Fizz #F2F125
Tints of Golden Fizz #F2F125
RGB
CMYK
RGB Variations
Color information
#F2F125 (or 0xF2F125) is known color: Golden Fizz. HEX triplet: F2, F1 and 25. RGB value is (242,241,37). Sum of RGB (Red+Green+Blue) = 242+241+37=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 37 (14.84% from 255 or 7.12% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F125 is #0D0EDA. Grayscale: #DADADA. Windows color (decimal): -855771 or 2486770. OLE color: 2486770.
HSL color Cylindrical-coordinate representation of color #F2F125: 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 #F2F125 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 37 | - |
| 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.41 | 81.92 | 13.96 | - |
| YUV | 218.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 37 | 0 | 0.00 | 0.85 | 0.05 | 59.71 | 0.89 | 0.55 |
| Hex | F2 | F1 | 25 | 0 | 0 | 55 | 5 | 3C | 59 | 37 |
| Octal | 362 | 361 | 45 | 0 | 0 | 125 | 5 | 74 | 131 | 67 |
| Binary | 11110010 | 11110001 | 100101 | 0 | 0 | 1010101 | 101 | 111100 | 1011001 | 110111 |
Color Harmonies of #F2F125
Complementary color
Monochromatic Colors of #F2F125
Black with #F2F125
Text Example
Text Example
White with #F2F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F125; }
p { color: rgb(242,241,37); }
H1.HeaderClassName
{
color: #F2F125;
}
.AnyTagClassName
{
color: #F2F125;
}
</style>
background-color css
<style>
a { background-color: #F2F125; }
a { background-color: rgb(242,241,37); }
div.DivClassName
{
background-color: #F2F125;
}
.BgClassName
{
background-color: #F2F125;
}
</style>
border-color css
<style>
span { border-color: #F2F125; }
span { border-color: rgb(242,241,37); }
td.TdClassName
{
border-color: #F2F125;
}
.TagClassName
{
border-color: #F2F125;
}
</style>