Shades of Golden Fizz #F1EA21
Tints of Golden Fizz #F1EA21
RGB
CMYK
RGB Variations
Color information
#F1EA21 (or 0xF1EA21) is known color: Golden Fizz. HEX triplet: F1, EA and 21. RGB value is (241,234,33). Sum of RGB (Red+Green+Blue) = 241+234+33=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 33 (13.28% from 255 or 6.50% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EA21 is #0E15DE. Grayscale: #D5D5D5. Windows color (decimal): -923103 or 2222833. OLE color: 2222833.
HSL color Cylindrical-coordinate representation of color #F1EA21: hue angle of 57.98º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1EA21 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 33 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.05 |
| HSL | 57.98º | 0.88% | 0.54% | - |
| HSV(B) | 57.98º | 0.86% | 0.95% | - |
| XYZ | 65.97 | 77.66 | 12.95 | - |
| YUV | 213.18 | 26.32 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 33 | 0 | 0.03 | 0.86 | 0.05 | 57.98 | 0.88 | 0.54 |
| Hex | F1 | EA | 21 | 0 | 3 | 56 | 5 | 3A | 58 | 36 |
| Octal | 361 | 352 | 41 | 0 | 3 | 126 | 5 | 72 | 130 | 66 |
| Binary | 11110001 | 11101010 | 100001 | 0 | 11 | 1010110 | 101 | 111010 | 1011000 | 110110 |
Color Harmonies of #F1EA21
Complementary color
Monochromatic Colors of #F1EA21
Black with #F1EA21
Text Example
Text Example
White with #F1EA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EA21; }
p { color: rgb(241,234,33); }
H1.HeaderClassName
{
color: #F1EA21;
}
.AnyTagClassName
{
color: #F1EA21;
}
</style>
background-color css
<style>
a { background-color: #F1EA21; }
a { background-color: rgb(241,234,33); }
div.DivClassName
{
background-color: #F1EA21;
}
.BgClassName
{
background-color: #F1EA21;
}
</style>
border-color css
<style>
span { border-color: #F1EA21; }
span { border-color: rgb(241,234,33); }
td.TdClassName
{
border-color: #F1EA21;
}
.TagClassName
{
border-color: #F1EA21;
}
</style>