Shades of Golden Fizz #F1F024
Tints of Golden Fizz #F1F024
RGB
CMYK
RGB Variations
Color information
#F1F024 (or 0xF1F024) is known color: Golden Fizz. HEX triplet: F1, F0 and 24. RGB value is (241,240,36). Sum of RGB (Red+Green+Blue) = 241+240+36=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 36 (14.45% from 255 or 6.96% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F024 is #0E0FDB. Grayscale: #D9D9D9. Windows color (decimal): -921564 or 2420977. OLE color: 2420977.
HSL color Cylindrical-coordinate representation of color #F1F024: hue angle of 59.71º 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 #F1F024 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 36 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.05 |
| HSL | 59.71º | 0.88% | 0.54% | - |
| HSV(B) | 59.71º | 0.85% | 0.95% | - |
| XYZ | 67.75 | 81.15 | 13.76 | - |
| YUV | 217.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 36 | 0 | 0.00 | 0.85 | 0.05 | 59.71 | 0.88 | 0.54 |
| Hex | F1 | F0 | 24 | 0 | 0 | 55 | 5 | 3C | 58 | 36 |
| Octal | 361 | 360 | 44 | 0 | 0 | 125 | 5 | 74 | 130 | 66 |
| Binary | 11110001 | 11110000 | 100100 | 0 | 0 | 1010101 | 101 | 111100 | 1011000 | 110110 |
Color Harmonies of #F1F024
Complementary color
Monochromatic Colors of #F1F024
Black with #F1F024
Text Example
Text Example
White with #F1F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F024; }
p { color: rgb(241,240,36); }
H1.HeaderClassName
{
color: #F1F024;
}
.AnyTagClassName
{
color: #F1F024;
}
</style>
background-color css
<style>
a { background-color: #F1F024; }
a { background-color: rgb(241,240,36); }
div.DivClassName
{
background-color: #F1F024;
}
.BgClassName
{
background-color: #F1F024;
}
</style>
border-color css
<style>
span { border-color: #F1F024; }
span { border-color: rgb(241,240,36); }
td.TdClassName
{
border-color: #F1F024;
}
.TagClassName
{
border-color: #F1F024;
}
</style>