Shades of Golden Fizz #F1F229
Tints of Golden Fizz #F1F229
RGB
CMYK
RGB Variations
Color information
#F1F229 (or 0xF1F229) is known color: Golden Fizz. HEX triplet: F1, F2 and 29. RGB value is (241,242,41). Sum of RGB (Red+Green+Blue) = 241+242+41=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 41 (16.41% from 255 or 7.82% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F229 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F229 is #0E0DD6. Grayscale: #DBDBDB. Windows color (decimal): -921047 or 2749169. OLE color: 2749169.
HSL color Cylindrical-coordinate representation of color #F1F229: hue angle of 60.3º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1F229 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 41 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.05 |
| HSL | 60.3º | 0.89% | 0.55% | - |
| HSV(B) | 60.3º | 0.83% | 0.95% | - |
| XYZ | 68.43 | 82.37 | 14.39 | - |
| YUV | 218.79 | 27.67 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 41 | 0.00 | 0 | 0.83 | 0.05 | 60.3 | 0.89 | 0.55 |
| Hex | F1 | F2 | 29 | 0 | 0 | 53 | 5 | 3C | 59 | 37 |
| Octal | 361 | 362 | 51 | 0 | 0 | 123 | 5 | 74 | 131 | 67 |
| Binary | 11110001 | 11110010 | 101001 | 0 | 0 | 1010011 | 101 | 111100 | 1011001 | 110111 |
Color Harmonies of #F1F229
Complementary color
Monochromatic Colors of #F1F229
Black with #F1F229
Text Example
Text Example
White with #F1F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F229; }
p { color: rgb(241,242,41); }
H1.HeaderClassName
{
color: #F1F229;
}
.AnyTagClassName
{
color: #F1F229;
}
</style>
background-color css
<style>
a { background-color: #F1F229; }
a { background-color: rgb(241,242,41); }
div.DivClassName
{
background-color: #F1F229;
}
.BgClassName
{
background-color: #F1F229;
}
</style>
border-color css
<style>
span { border-color: #F1F229; }
span { border-color: rgb(241,242,41); }
td.TdClassName
{
border-color: #F1F229;
}
.TagClassName
{
border-color: #F1F229;
}
</style>