Shades of Golden Fizz #F1F42C
Tints of Golden Fizz #F1F42C
RGB
CMYK
RGB Variations
Color information
#F1F42C (or 0xF1F42C) is known color: Golden Fizz. HEX triplet: F1, F4 and 2C. RGB value is (241,244,44). Sum of RGB (Red+Green+Blue) = 241+244+44=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 44 (17.58% from 255 or 8.32% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F42C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F42C is #0E0BD3. Grayscale: #DDDDDD. Windows color (decimal): -920532 or 2946289. OLE color: 2946289.
HSL color Cylindrical-coordinate representation of color #F1F42C: hue angle of 60.9º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1F42C is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 244 | 44 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.04 |
| HSL | 60.9º | 0.9% | 0.56% | - |
| HSV(B) | 60.9º | 0.82% | 0.96% | - |
| XYZ | 69.08 | 83.58 | 14.88 | - |
| YUV | 220.3 | 28.51 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 244 | 44 | 0.01 | 0 | 0.82 | 0.04 | 60.9 | 0.9 | 0.56 |
| Hex | F1 | F4 | 2C | 1 | 0 | 52 | 4 | 3D | 5A | 38 |
| Octal | 361 | 364 | 54 | 1 | 0 | 122 | 4 | 75 | 132 | 70 |
| Binary | 11110001 | 11110100 | 101100 | 1 | 0 | 1010010 | 100 | 111101 | 1011010 | 111000 |
Color Harmonies of #F1F42C
Complementary color
Monochromatic Colors of #F1F42C
Black with #F1F42C
Text Example
Text Example
White with #F1F42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F42C; }
p { color: rgb(241,244,44); }
H1.HeaderClassName
{
color: #F1F42C;
}
.AnyTagClassName
{
color: #F1F42C;
}
</style>
background-color css
<style>
a { background-color: #F1F42C; }
a { background-color: rgb(241,244,44); }
div.DivClassName
{
background-color: #F1F42C;
}
.BgClassName
{
background-color: #F1F42C;
}
</style>
border-color css
<style>
span { border-color: #F1F42C; }
span { border-color: rgb(241,244,44); }
td.TdClassName
{
border-color: #F1F42C;
}
.TagClassName
{
border-color: #F1F42C;
}
</style>