Shades of Golden Fizz #F1FD2D
Tints of Golden Fizz #F1FD2D
RGB
CMYK
RGB Variations
Color information
#F1FD2D (or 0xF1FD2D) is known color: Golden Fizz. HEX triplet: F1, FD and 2D. RGB value is (241,253,45). Sum of RGB (Red+Green+Blue) = 241+253+45=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1FD2D is #0E02D2. Grayscale: #E2E2E2. Windows color (decimal): -918227 or 3014129. OLE color: 3014129.
HSL color Cylindrical-coordinate representation of color #F1FD2D: hue angle of 63.46º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1FD2D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 253 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.01 |
| HSL | 63.46º | 0.98% | 0.58% | - |
| HSV(B) | 63.46º | 0.82% | 0.99% | - |
| XYZ | 71.87 | 89.14 | 15.9 | - |
| YUV | 225.7 | 26.02 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 253 | 45 | 0.05 | 0 | 0.82 | 0.01 | 63.46 | 0.98 | 0.58 |
| Hex | F1 | FD | 2D | 5 | 0 | 52 | 1 | 3F | 62 | 3A |
| Octal | 361 | 375 | 55 | 5 | 0 | 122 | 1 | 77 | 142 | 72 |
| Binary | 11110001 | 11111101 | 101101 | 101 | 0 | 1010010 | 1 | 111111 | 1100010 | 111010 |
Color Harmonies of #F1FD2D
Complementary color
Monochromatic Colors of #F1FD2D
Black with #F1FD2D
Text Example
Text Example
White with #F1FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FD2D; }
p { color: rgb(241,253,45); }
H1.HeaderClassName
{
color: #F1FD2D;
}
.AnyTagClassName
{
color: #F1FD2D;
}
</style>
background-color css
<style>
a { background-color: #F1FD2D; }
a { background-color: rgb(241,253,45); }
div.DivClassName
{
background-color: #F1FD2D;
}
.BgClassName
{
background-color: #F1FD2D;
}
</style>
border-color css
<style>
span { border-color: #F1FD2D; }
span { border-color: rgb(241,253,45); }
td.TdClassName
{
border-color: #F1FD2D;
}
.TagClassName
{
border-color: #F1FD2D;
}
</style>