Shades of Golden Fizz #F1F52C
Tints of Golden Fizz #F1F52C
RGB
CMYK
RGB Variations
Color information
#F1F52C (or 0xF1F52C) is known color: Golden Fizz. HEX triplet: F1, F5 and 2C. RGB value is (241,245,44). Sum of RGB (Red+Green+Blue) = 241+245+44=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 44 (17.58% from 255 or 8.30% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F52C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F52C is #0E0AD3. Grayscale: #DDDDDD. Windows color (decimal): -920276 or 2946545. OLE color: 2946545.
HSL color Cylindrical-coordinate representation of color #F1F52C: hue angle of 61.19º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1F52C is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 44 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.04 |
| HSL | 61.19º | 0.91% | 0.57% | - |
| HSV(B) | 61.19º | 0.82% | 0.96% | - |
| XYZ | 69.38 | 84.19 | 14.98 | - |
| YUV | 220.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 44 | 0.02 | 0 | 0.82 | 0.04 | 61.19 | 0.91 | 0.57 |
| Hex | F1 | F5 | 2C | 2 | 0 | 52 | 4 | 3D | 5B | 39 |
| Octal | 361 | 365 | 54 | 2 | 0 | 122 | 4 | 75 | 133 | 71 |
| Binary | 11110001 | 11110101 | 101100 | 10 | 0 | 1010010 | 100 | 111101 | 1011011 | 111001 |
Color Harmonies of #F1F52C
Complementary color
Monochromatic Colors of #F1F52C
Black with #F1F52C
Text Example
Text Example
White with #F1F52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F52C; }
p { color: rgb(241,245,44); }
H1.HeaderClassName
{
color: #F1F52C;
}
.AnyTagClassName
{
color: #F1F52C;
}
</style>
background-color css
<style>
a { background-color: #F1F52C; }
a { background-color: rgb(241,245,44); }
div.DivClassName
{
background-color: #F1F52C;
}
.BgClassName
{
background-color: #F1F52C;
}
</style>
border-color css
<style>
span { border-color: #F1F52C; }
span { border-color: rgb(241,245,44); }
td.TdClassName
{
border-color: #F1F52C;
}
.TagClassName
{
border-color: #F1F52C;
}
</style>