Shades of Golden Fizz #F1E123
Tints of Golden Fizz #F1E123
RGB
CMYK
RGB Variations
Color information
#F1E123 (or 0xF1E123) is known color: Golden Fizz. HEX triplet: F1, E1 and 23. RGB value is (241,225,35). Sum of RGB (Red+Green+Blue) = 241+225+35=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 35 (14.06% from 255 or 6.99% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E123 is #0E1EDC. Grayscale: #D0D0D0. Windows color (decimal): -925405 or 2351601. OLE color: 2351601.
HSL color Cylindrical-coordinate representation of color #F1E123: hue angle of 55.34º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1E123 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 35 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.05 |
| HSL | 55.34º | 0.88% | 0.54% | - |
| HSV(B) | 55.34º | 0.85% | 0.95% | - |
| XYZ | 63.5 | 72.67 | 12.27 | - |
| YUV | 208.12 | 30.3 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 35 | 0 | 0.07 | 0.85 | 0.05 | 55.34 | 0.88 | 0.54 |
| Hex | F1 | E1 | 23 | 0 | 7 | 55 | 5 | 37 | 58 | 36 |
| Octal | 361 | 341 | 43 | 0 | 7 | 125 | 5 | 67 | 130 | 66 |
| Binary | 11110001 | 11100001 | 100011 | 0 | 111 | 1010101 | 101 | 110111 | 1011000 | 110110 |
Color Harmonies of #F1E123
Complementary color
Monochromatic Colors of #F1E123
Black with #F1E123
Text Example
Text Example
White with #F1E123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E123; }
p { color: rgb(241,225,35); }
H1.HeaderClassName
{
color: #F1E123;
}
.AnyTagClassName
{
color: #F1E123;
}
</style>
background-color css
<style>
a { background-color: #F1E123; }
a { background-color: rgb(241,225,35); }
div.DivClassName
{
background-color: #F1E123;
}
.BgClassName
{
background-color: #F1E123;
}
</style>
border-color css
<style>
span { border-color: #F1E123; }
span { border-color: rgb(241,225,35); }
td.TdClassName
{
border-color: #F1E123;
}
.TagClassName
{
border-color: #F1E123;
}
</style>