Shades of Golden Fizz #F1EC2A
Tints of Golden Fizz #F1EC2A
RGB
CMYK
RGB Variations
Color information
#F1EC2A (or 0xF1EC2A) is known color: Golden Fizz. HEX triplet: F1, EC and 2A. RGB value is (241,236,42). Sum of RGB (Red+Green+Blue) = 241+236+42=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 42 (16.80% from 255 or 8.09% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EC2A is #0E13D5. Grayscale: #D8D8D8. Windows color (decimal): -922582 or 2813169. OLE color: 2813169.
HSL color Cylindrical-coordinate representation of color #F1EC2A: hue angle of 58.49º 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 #F1EC2A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.05 |
| HSL | 58.49º | 0.88% | 0.55% | - |
| HSV(B) | 58.49º | 0.83% | 0.95% | - |
| XYZ | 66.69 | 78.86 | 13.9 | - |
| YUV | 215.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 42 | 0 | 0.02 | 0.83 | 0.05 | 58.49 | 0.88 | 0.55 |
| Hex | F1 | EC | 2A | 0 | 2 | 53 | 5 | 3A | 58 | 37 |
| Octal | 361 | 354 | 52 | 0 | 2 | 123 | 5 | 72 | 130 | 67 |
| Binary | 11110001 | 11101100 | 101010 | 0 | 10 | 1010011 | 101 | 111010 | 1011000 | 110111 |
Color Harmonies of #F1EC2A
Complementary color
Monochromatic Colors of #F1EC2A
Black with #F1EC2A
Text Example
Text Example
White with #F1EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC2A; }
p { color: rgb(241,236,42); }
H1.HeaderClassName
{
color: #F1EC2A;
}
.AnyTagClassName
{
color: #F1EC2A;
}
</style>
background-color css
<style>
a { background-color: #F1EC2A; }
a { background-color: rgb(241,236,42); }
div.DivClassName
{
background-color: #F1EC2A;
}
.BgClassName
{
background-color: #F1EC2A;
}
</style>
border-color css
<style>
span { border-color: #F1EC2A; }
span { border-color: rgb(241,236,42); }
td.TdClassName
{
border-color: #F1EC2A;
}
.TagClassName
{
border-color: #F1EC2A;
}
</style>