Shades of Golden Fizz #F1E520
Tints of Golden Fizz #F1E520
RGB
CMYK
RGB Variations
Color information
#F1E520 (or 0xF1E520) is known color: Golden Fizz. HEX triplet: F1, E5 and 20. RGB value is (241,229,32). Sum of RGB (Red+Green+Blue) = 241+229+32=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E520 is #0E1ADF. Grayscale: #D2D2D2. Windows color (decimal): -924384 or 2156017. OLE color: 2156017.
HSL color Cylindrical-coordinate representation of color #F1E520: hue angle of 56.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1E520 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 32 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.05 |
| HSL | 56.56º | 0.88% | 0.54% | - |
| HSV(B) | 56.56º | 0.87% | 0.95% | - |
| XYZ | 64.56 | 74.84 | 12.41 | - |
| YUV | 210.13 | 27.48 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 32 | 0 | 0.05 | 0.87 | 0.05 | 56.56 | 0.88 | 0.54 |
| Hex | F1 | E5 | 20 | 0 | 5 | 57 | 5 | 39 | 58 | 36 |
| Octal | 361 | 345 | 40 | 0 | 5 | 127 | 5 | 71 | 130 | 66 |
| Binary | 11110001 | 11100101 | 100000 | 0 | 101 | 1010111 | 101 | 111001 | 1011000 | 110110 |
Color Harmonies of #F1E520
Complementary color
Monochromatic Colors of #F1E520
Black with #F1E520
Text Example
Text Example
White with #F1E520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E520; }
p { color: rgb(241,229,32); }
H1.HeaderClassName
{
color: #F1E520;
}
.AnyTagClassName
{
color: #F1E520;
}
</style>
background-color css
<style>
a { background-color: #F1E520; }
a { background-color: rgb(241,229,32); }
div.DivClassName
{
background-color: #F1E520;
}
.BgClassName
{
background-color: #F1E520;
}
</style>
border-color css
<style>
span { border-color: #F1E520; }
span { border-color: rgb(241,229,32); }
td.TdClassName
{
border-color: #F1E520;
}
.TagClassName
{
border-color: #F1E520;
}
</style>