Shades of Golden Fizz #F1E02C
Tints of Golden Fizz #F1E02C
RGB
CMYK
RGB Variations
Color information
#F1E02C (or 0xF1E02C) is known color: Golden Fizz. HEX triplet: F1, E0 and 2C. RGB value is (241,224,44). Sum of RGB (Red+Green+Blue) = 241+224+44=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E02C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E02C is #0E1FD3. Grayscale: #D1D1D1. Windows color (decimal): -925652 or 2941169. OLE color: 2941169.
HSL color Cylindrical-coordinate representation of color #F1E02C: hue angle of 54.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1E02C is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 44 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.05 |
| HSL | 54.82º | 0.88% | 0.56% | - |
| HSV(B) | 54.82º | 0.82% | 0.95% | - |
| XYZ | 63.39 | 72.19 | 12.98 | - |
| YUV | 208.56 | 35.13 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 44 | 0 | 0.07 | 0.82 | 0.05 | 54.82 | 0.88 | 0.56 |
| Hex | F1 | E0 | 2C | 0 | 7 | 52 | 5 | 37 | 58 | 38 |
| Octal | 361 | 340 | 54 | 0 | 7 | 122 | 5 | 67 | 130 | 70 |
| Binary | 11110001 | 11100000 | 101100 | 0 | 111 | 1010010 | 101 | 110111 | 1011000 | 111000 |
Color Harmonies of #F1E02C
Complementary color
Monochromatic Colors of #F1E02C
Black with #F1E02C
Text Example
Text Example
White with #F1E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E02C; }
p { color: rgb(241,224,44); }
H1.HeaderClassName
{
color: #F1E02C;
}
.AnyTagClassName
{
color: #F1E02C;
}
</style>
background-color css
<style>
a { background-color: #F1E02C; }
a { background-color: rgb(241,224,44); }
div.DivClassName
{
background-color: #F1E02C;
}
.BgClassName
{
background-color: #F1E02C;
}
</style>
border-color css
<style>
span { border-color: #F1E02C; }
span { border-color: rgb(241,224,44); }
td.TdClassName
{
border-color: #F1E02C;
}
.TagClassName
{
border-color: #F1E02C;
}
</style>