Shades of Golden Fizz #F1FA2C
Tints of Golden Fizz #F1FA2C
RGB
CMYK
RGB Variations
Color information
#F1FA2C (or 0xF1FA2C) is known color: Golden Fizz. HEX triplet: F1, FA and 2C. RGB value is (241,250,44). Sum of RGB (Red+Green+Blue) = 241+250+44=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 44 (17.58% from 255 or 8.22% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FA2C is #0E05D3. Grayscale: #E0E0E0. Windows color (decimal): -918996 or 2947825. OLE color: 2947825.
HSL color Cylindrical-coordinate representation of color #F1FA2C: hue angle of 62.62º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1FA2C is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 44 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 62.62º | 0.95% | 0.58% | - |
| HSV(B) | 62.62º | 0.82% | 0.98% | - |
| XYZ | 70.92 | 87.25 | 15.49 | - |
| YUV | 223.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 44 | 0.04 | 0 | 0.82 | 0.02 | 62.62 | 0.95 | 0.58 |
| Hex | F1 | FA | 2C | 4 | 0 | 52 | 2 | 3F | 5F | 3A |
| Octal | 361 | 372 | 54 | 4 | 0 | 122 | 2 | 77 | 137 | 72 |
| Binary | 11110001 | 11111010 | 101100 | 100 | 0 | 1010010 | 10 | 111111 | 1011111 | 111010 |
Color Harmonies of #F1FA2C
Complementary color
Monochromatic Colors of #F1FA2C
Black with #F1FA2C
Text Example
Text Example
White with #F1FA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA2C; }
p { color: rgb(241,250,44); }
H1.HeaderClassName
{
color: #F1FA2C;
}
.AnyTagClassName
{
color: #F1FA2C;
}
</style>
background-color css
<style>
a { background-color: #F1FA2C; }
a { background-color: rgb(241,250,44); }
div.DivClassName
{
background-color: #F1FA2C;
}
.BgClassName
{
background-color: #F1FA2C;
}
</style>
border-color css
<style>
span { border-color: #F1FA2C; }
span { border-color: rgb(241,250,44); }
td.TdClassName
{
border-color: #F1FA2C;
}
.TagClassName
{
border-color: #F1FA2C;
}
</style>