Shades of Golden Fizz #F1ED25
Tints of Golden Fizz #F1ED25
RGB
CMYK
RGB Variations
Color information
#F1ED25 (or 0xF1ED25) is known color: Golden Fizz. HEX triplet: F1, ED and 25. RGB value is (241,237,37). Sum of RGB (Red+Green+Blue) = 241+237+37=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED25 is #0E12DA. Grayscale: #D8D8D8. Windows color (decimal): -922331 or 2485745. OLE color: 2485745.
HSL color Cylindrical-coordinate representation of color #F1ED25: hue angle of 58.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1ED25 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 37 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.05 |
| HSL | 58.82º | 0.88% | 0.55% | - |
| HSV(B) | 58.82º | 0.85% | 0.95% | - |
| XYZ | 66.89 | 79.4 | 13.55 | - |
| YUV | 215.4 | 27.33 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 37 | 0 | 0.02 | 0.85 | 0.05 | 58.82 | 0.88 | 0.55 |
| Hex | F1 | ED | 25 | 0 | 2 | 55 | 5 | 3B | 58 | 37 |
| Octal | 361 | 355 | 45 | 0 | 2 | 125 | 5 | 73 | 130 | 67 |
| Binary | 11110001 | 11101101 | 100101 | 0 | 10 | 1010101 | 101 | 111011 | 1011000 | 110111 |
Color Harmonies of #F1ED25
Complementary color
Monochromatic Colors of #F1ED25
Black with #F1ED25
Text Example
Text Example
White with #F1ED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED25; }
p { color: rgb(241,237,37); }
H1.HeaderClassName
{
color: #F1ED25;
}
.AnyTagClassName
{
color: #F1ED25;
}
</style>
background-color css
<style>
a { background-color: #F1ED25; }
a { background-color: rgb(241,237,37); }
div.DivClassName
{
background-color: #F1ED25;
}
.BgClassName
{
background-color: #F1ED25;
}
</style>
border-color css
<style>
span { border-color: #F1ED25; }
span { border-color: rgb(241,237,37); }
td.TdClassName
{
border-color: #F1ED25;
}
.TagClassName
{
border-color: #F1ED25;
}
</style>