Shades of Golden Fizz #F2E42F
Tints of Golden Fizz #F2E42F
RGB
CMYK
RGB Variations
Color information
#F2E42F (or 0xF2E42F) is known color: Golden Fizz. HEX triplet: F2, E4 and 2F. RGB value is (242,228,47). Sum of RGB (Red+Green+Blue) = 242+228+47=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 47 (18.75% from 255 or 9.09% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E42F is #0D1BD0. Grayscale: #D4D4D4. Windows color (decimal): -859089 or 3138802. OLE color: 3138802.
HSL color Cylindrical-coordinate representation of color #F2E42F: hue angle of 55.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2E42F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 47 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.05 |
| HSL | 55.69º | 0.88% | 0.57% | - |
| HSV(B) | 55.69º | 0.81% | 0.95% | - |
| XYZ | 64.87 | 74.57 | 13.66 | - |
| YUV | 211.55 | 35.14 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 47 | 0 | 0.06 | 0.81 | 0.05 | 55.69 | 0.88 | 0.57 |
| Hex | F2 | E4 | 2F | 0 | 6 | 51 | 5 | 38 | 58 | 39 |
| Octal | 362 | 344 | 57 | 0 | 6 | 121 | 5 | 70 | 130 | 71 |
| Binary | 11110010 | 11100100 | 101111 | 0 | 110 | 1010001 | 101 | 111000 | 1011000 | 111001 |
Color Harmonies of #F2E42F
Complementary color
Monochromatic Colors of #F2E42F
Black with #F2E42F
Text Example
Text Example
White with #F2E42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E42F; }
p { color: rgb(242,228,47); }
H1.HeaderClassName
{
color: #F2E42F;
}
.AnyTagClassName
{
color: #F2E42F;
}
</style>
background-color css
<style>
a { background-color: #F2E42F; }
a { background-color: rgb(242,228,47); }
div.DivClassName
{
background-color: #F2E42F;
}
.BgClassName
{
background-color: #F2E42F;
}
</style>
border-color css
<style>
span { border-color: #F2E42F; }
span { border-color: rgb(242,228,47); }
td.TdClassName
{
border-color: #F2E42F;
}
.TagClassName
{
border-color: #F2E42F;
}
</style>