Shades of Golden Fizz #F1FF2A
Tints of Golden Fizz #F1FF2A
RGB
CMYK
RGB Variations
Color information
#F1FF2A (or 0xF1FF2A) is known color: Golden Fizz. HEX triplet: F1, FF and 2A. RGB value is (241,255,42). Sum of RGB (Red+Green+Blue) = 241+255+42=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 42 (16.80% from 255 or 7.81% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FF2A is #0E00D5. Grayscale: #E3E3E3. Windows color (decimal): -917718 or 2818033. OLE color: 2818033.
HSL color Cylindrical-coordinate representation of color #F1FF2A: hue angle of 63.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1FF2A is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 42 | - |
| CMYK | 0.05 | 0 | 0.84 | 0 |
| HSL | 63.94º | 1% | 0.58% | - |
| HSV(B) | 63.94º | 0.84% | 1% | - |
| XYZ | 72.45 | 90.39 | 15.82 | - |
| YUV | 226.53 | 23.86 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 42 | 0.05 | 0 | 0.84 | 0 | 63.94 | 1 | 0.58 |
| Hex | F1 | FF | 2A | 5 | 0 | 54 | 0 | 40 | 64 | 3A |
| Octal | 361 | 377 | 52 | 5 | 0 | 124 | 0 | 100 | 144 | 72 |
| Binary | 11110001 | 11111111 | 101010 | 101 | 0 | 1010100 | 0 | 1000000 | 1100100 | 111010 |
Color Harmonies of #F1FF2A
Complementary color
Monochromatic Colors of #F1FF2A
Black with #F1FF2A
Text Example
Text Example
White with #F1FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF2A; }
p { color: rgb(241,255,42); }
H1.HeaderClassName
{
color: #F1FF2A;
}
.AnyTagClassName
{
color: #F1FF2A;
}
</style>
background-color css
<style>
a { background-color: #F1FF2A; }
a { background-color: rgb(241,255,42); }
div.DivClassName
{
background-color: #F1FF2A;
}
.BgClassName
{
background-color: #F1FF2A;
}
</style>
border-color css
<style>
span { border-color: #F1FF2A; }
span { border-color: rgb(241,255,42); }
td.TdClassName
{
border-color: #F1FF2A;
}
.TagClassName
{
border-color: #F1FF2A;
}
</style>