Shades of Golden Fizz #F1F124
Tints of Golden Fizz #F1F124
RGB
CMYK
RGB Variations
Color information
#F1F124 (or 0xF1F124) is known color: Golden Fizz. HEX triplet: F1, F1 and 24. RGB value is (241,241,36). Sum of RGB (Red+Green+Blue) = 241+241+36=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 36 (14.45% from 255 or 6.95% from 518); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F124 is #0E0EDB. Grayscale: #DADADA. Windows color (decimal): -921308 or 2421233. OLE color: 2421233.
HSL color Cylindrical-coordinate representation of color #F1F124: hue angle of 60º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1F124 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 36 | - |
| CMYK | 0 | 0 | 0.85 | 0.05 |
| HSL | 60º | 0.88% | 0.54% | - |
| HSV(B) | 60º | 0.85% | 0.95% | - |
| XYZ | 68.05 | 81.74 | 13.86 | - |
| YUV | 217.63 | 25.5 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 36 | 0 | 0 | 0.85 | 0.05 | 60 | 0.88 | 0.54 |
| Hex | F1 | F1 | 24 | 0 | 0 | 55 | 5 | 3C | 58 | 36 |
| Octal | 361 | 361 | 44 | 0 | 0 | 125 | 5 | 74 | 130 | 66 |
| Binary | 11110001 | 11110001 | 100100 | 0 | 0 | 1010101 | 101 | 111100 | 1011000 | 110110 |
Color Harmonies of #F1F124
Complementary color
Monochromatic Colors of #F1F124
Black with #F1F124
Text Example
Text Example
White with #F1F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F124; }
p { color: rgb(241,241,36); }
H1.HeaderClassName
{
color: #F1F124;
}
.AnyTagClassName
{
color: #F1F124;
}
</style>
background-color css
<style>
a { background-color: #F1F124; }
a { background-color: rgb(241,241,36); }
div.DivClassName
{
background-color: #F1F124;
}
.BgClassName
{
background-color: #F1F124;
}
</style>
border-color css
<style>
span { border-color: #F1F124; }
span { border-color: rgb(241,241,36); }
td.TdClassName
{
border-color: #F1F124;
}
.TagClassName
{
border-color: #F1F124;
}
</style>