Shades of Golden Fizz #F1ED29
Tints of Golden Fizz #F1ED29
RGB
CMYK
RGB Variations
Color information
#F1ED29 (or 0xF1ED29) is known color: Golden Fizz. HEX triplet: F1, ED and 29. RGB value is (241,237,41). Sum of RGB (Red+Green+Blue) = 241+237+41=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 41 (16.41% from 255 or 7.90% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED29 is #0E12D6. Grayscale: #D8D8D8. Windows color (decimal): -922327 or 2747889. OLE color: 2747889.
HSL color Cylindrical-coordinate representation of color #F1ED29: hue angle of 58.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1ED29 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 41 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.05 |
| HSL | 58.8º | 0.88% | 0.55% | - |
| HSV(B) | 58.8º | 0.83% | 0.95% | - |
| XYZ | 66.96 | 79.43 | 13.9 | - |
| YUV | 215.85 | 29.33 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 41 | 0 | 0.02 | 0.83 | 0.05 | 58.8 | 0.88 | 0.55 |
| Hex | F1 | ED | 29 | 0 | 2 | 53 | 5 | 3B | 58 | 37 |
| Octal | 361 | 355 | 51 | 0 | 2 | 123 | 5 | 73 | 130 | 67 |
| Binary | 11110001 | 11101101 | 101001 | 0 | 10 | 1010011 | 101 | 111011 | 1011000 | 110111 |
Color Harmonies of #F1ED29
Complementary color
Monochromatic Colors of #F1ED29
Black with #F1ED29
Text Example
Text Example
White with #F1ED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED29; }
p { color: rgb(241,237,41); }
H1.HeaderClassName
{
color: #F1ED29;
}
.AnyTagClassName
{
color: #F1ED29;
}
</style>
background-color css
<style>
a { background-color: #F1ED29; }
a { background-color: rgb(241,237,41); }
div.DivClassName
{
background-color: #F1ED29;
}
.BgClassName
{
background-color: #F1ED29;
}
</style>
border-color css
<style>
span { border-color: #F1ED29; }
span { border-color: rgb(241,237,41); }
td.TdClassName
{
border-color: #F1ED29;
}
.TagClassName
{
border-color: #F1ED29;
}
</style>