Shades of Golden Fizz #F1E42F
Tints of Golden Fizz #F1E42F
RGB
CMYK
RGB Variations
Color information
#F1E42F (or 0xF1E42F) is known color: Golden Fizz. HEX triplet: F1, E4 and 2F. RGB value is (241,228,47). Sum of RGB (Red+Green+Blue) = 241+228+47=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 47 (18.75% from 255 or 9.11% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1E42F is #0E1BD0. Grayscale: #D3D3D3. Windows color (decimal): -924625 or 3138801. OLE color: 3138801.
HSL color Cylindrical-coordinate representation of color #F1E42F: hue angle of 55.98º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1E42F is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 47 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.05 |
| HSL | 55.98º | 0.87% | 0.56% | - |
| HSV(B) | 55.98º | 0.8% | 0.95% | - |
| XYZ | 64.53 | 74.39 | 13.65 | - |
| YUV | 211.25 | 35.31 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 47 | 0 | 0.05 | 0.80 | 0.05 | 55.98 | 0.87 | 0.56 |
| Hex | F1 | E4 | 2F | 0 | 5 | 50 | 5 | 38 | 57 | 38 |
| Octal | 361 | 344 | 57 | 0 | 5 | 120 | 5 | 70 | 127 | 70 |
| Binary | 11110001 | 11100100 | 101111 | 0 | 101 | 1010000 | 101 | 111000 | 1010111 | 111000 |
Color Harmonies of #F1E42F
Complementary color
Monochromatic Colors of #F1E42F
Black with #F1E42F
Text Example
Text Example
White with #F1E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E42F; }
p { color: rgb(241,228,47); }
H1.HeaderClassName
{
color: #F1E42F;
}
.AnyTagClassName
{
color: #F1E42F;
}
</style>
background-color css
<style>
a { background-color: #F1E42F; }
a { background-color: rgb(241,228,47); }
div.DivClassName
{
background-color: #F1E42F;
}
.BgClassName
{
background-color: #F1E42F;
}
</style>
border-color css
<style>
span { border-color: #F1E42F; }
span { border-color: rgb(241,228,47); }
td.TdClassName
{
border-color: #F1E42F;
}
.TagClassName
{
border-color: #F1E42F;
}
</style>