Shades of Golden Fizz #F1FD2C
Tints of Golden Fizz #F1FD2C
RGB
CMYK
RGB Variations
Color information
#F1FD2C (or 0xF1FD2C) is known color: Golden Fizz. HEX triplet: F1, FD and 2C. RGB value is (241,253,44). Sum of RGB (Red+Green+Blue) = 241+253+44=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 44 (17.58% from 255 or 8.18% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FD2C is #0E02D3. Grayscale: #E2E2E2. Windows color (decimal): -918228 or 2948593. OLE color: 2948593.
HSL color Cylindrical-coordinate representation of color #F1FD2C: hue angle of 63.44º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1FD2C is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 253 | 44 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.01 |
| HSL | 63.44º | 0.98% | 0.58% | - |
| HSV(B) | 63.44º | 0.83% | 0.99% | - |
| XYZ | 71.86 | 89.13 | 15.8 | - |
| YUV | 225.59 | 25.52 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 253 | 44 | 0.05 | 0 | 0.83 | 0.01 | 63.44 | 0.98 | 0.58 |
| Hex | F1 | FD | 2C | 5 | 0 | 53 | 1 | 3F | 62 | 3A |
| Octal | 361 | 375 | 54 | 5 | 0 | 123 | 1 | 77 | 142 | 72 |
| Binary | 11110001 | 11111101 | 101100 | 101 | 0 | 1010011 | 1 | 111111 | 1100010 | 111010 |
Color Harmonies of #F1FD2C
Complementary color
Monochromatic Colors of #F1FD2C
Black with #F1FD2C
Text Example
Text Example
White with #F1FD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FD2C; }
p { color: rgb(241,253,44); }
H1.HeaderClassName
{
color: #F1FD2C;
}
.AnyTagClassName
{
color: #F1FD2C;
}
</style>
background-color css
<style>
a { background-color: #F1FD2C; }
a { background-color: rgb(241,253,44); }
div.DivClassName
{
background-color: #F1FD2C;
}
.BgClassName
{
background-color: #F1FD2C;
}
</style>
border-color css
<style>
span { border-color: #F1FD2C; }
span { border-color: rgb(241,253,44); }
td.TdClassName
{
border-color: #F1FD2C;
}
.TagClassName
{
border-color: #F1FD2C;
}
</style>