Shades of Golden Fizz #F1E528
Tints of Golden Fizz #F1E528
RGB
CMYK
RGB Variations
Color information
#F1E528 (or 0xF1E528) is known color: Golden Fizz. HEX triplet: F1, E5 and 28. RGB value is (241,229,40). Sum of RGB (Red+Green+Blue) = 241+229+40=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E528 is #0E1AD7. Grayscale: #D3D3D3. Windows color (decimal): -924376 or 2680305. OLE color: 2680305.
HSL color Cylindrical-coordinate representation of color #F1E528: hue angle of 56.42º 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 #F1E528 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 40 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.05 |
| HSL | 56.42º | 0.88% | 0.55% | - |
| HSV(B) | 56.42º | 0.83% | 0.95% | - |
| XYZ | 64.68 | 74.89 | 13.05 | - |
| YUV | 211.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 40 | 0 | 0.05 | 0.83 | 0.05 | 56.42 | 0.88 | 0.55 |
| Hex | F1 | E5 | 28 | 0 | 5 | 53 | 5 | 38 | 58 | 37 |
| Octal | 361 | 345 | 50 | 0 | 5 | 123 | 5 | 70 | 130 | 67 |
| Binary | 11110001 | 11100101 | 101000 | 0 | 101 | 1010011 | 101 | 111000 | 1011000 | 110111 |
Color Harmonies of #F1E528
Complementary color
Monochromatic Colors of #F1E528
Black with #F1E528
Text Example
Text Example
White with #F1E528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E528; }
p { color: rgb(241,229,40); }
H1.HeaderClassName
{
color: #F1E528;
}
.AnyTagClassName
{
color: #F1E528;
}
</style>
background-color css
<style>
a { background-color: #F1E528; }
a { background-color: rgb(241,229,40); }
div.DivClassName
{
background-color: #F1E528;
}
.BgClassName
{
background-color: #F1E528;
}
</style>
border-color css
<style>
span { border-color: #F1E528; }
span { border-color: rgb(241,229,40); }
td.TdClassName
{
border-color: #F1E528;
}
.TagClassName
{
border-color: #F1E528;
}
</style>