Shades of Golden Fizz #F1F525
Tints of Golden Fizz #F1F525
RGB
CMYK
RGB Variations
Color information
#F1F525 (or 0xF1F525) is known color: Golden Fizz. HEX triplet: F1, F5 and 25. RGB value is (241,245,37). Sum of RGB (Red+Green+Blue) = 241+245+37=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 37 (14.84% from 255 or 7.07% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F525 is #0E0ADA. Grayscale: #DCDCDC. Windows color (decimal): -920283 or 2487793. OLE color: 2487793.
HSL color Cylindrical-coordinate representation of color #F1F525: hue angle of 61.15º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1F525 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 37 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.04 |
| HSL | 61.15º | 0.91% | 0.55% | - |
| HSV(B) | 61.15º | 0.85% | 0.96% | - |
| XYZ | 69.26 | 84.14 | 14.34 | - |
| YUV | 220.09 | 24.67 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 37 | 0.02 | 0 | 0.85 | 0.04 | 61.15 | 0.91 | 0.55 |
| Hex | F1 | F5 | 25 | 2 | 0 | 55 | 4 | 3D | 5B | 37 |
| Octal | 361 | 365 | 45 | 2 | 0 | 125 | 4 | 75 | 133 | 67 |
| Binary | 11110001 | 11110101 | 100101 | 10 | 0 | 1010101 | 100 | 111101 | 1011011 | 110111 |
Color Harmonies of #F1F525
Complementary color
Monochromatic Colors of #F1F525
Black with #F1F525
Text Example
Text Example
White with #F1F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F525; }
p { color: rgb(241,245,37); }
H1.HeaderClassName
{
color: #F1F525;
}
.AnyTagClassName
{
color: #F1F525;
}
</style>
background-color css
<style>
a { background-color: #F1F525; }
a { background-color: rgb(241,245,37); }
div.DivClassName
{
background-color: #F1F525;
}
.BgClassName
{
background-color: #F1F525;
}
</style>
border-color css
<style>
span { border-color: #F1F525; }
span { border-color: rgb(241,245,37); }
td.TdClassName
{
border-color: #F1F525;
}
.TagClassName
{
border-color: #F1F525;
}
</style>