Shades of Golden Fizz #F2E422
Tints of Golden Fizz #F2E422
RGB
CMYK
RGB Variations
Color information
#F2E422 (or 0xF2E422) is known color: Golden Fizz. HEX triplet: F2, E4 and 22. RGB value is (242,228,34). Sum of RGB (Red+Green+Blue) = 242+228+34=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 34 (13.67% from 255 or 6.75% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E422 is #0D1BDD. Grayscale: #D2D2D2. Windows color (decimal): -859102 or 2286834. OLE color: 2286834.
HSL color Cylindrical-coordinate representation of color #F2E422: hue angle of 55.96º degrees, saturation: 0.89, 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 #F2E422 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 34 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.05 |
| HSL | 55.96º | 0.89% | 0.54% | - |
| HSV(B) | 55.96º | 0.86% | 0.95% | - |
| XYZ | 64.65 | 74.48 | 12.48 | - |
| YUV | 210.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 34 | 0 | 0.06 | 0.86 | 0.05 | 55.96 | 0.89 | 0.54 |
| Hex | F2 | E4 | 22 | 0 | 6 | 56 | 5 | 38 | 59 | 36 |
| Octal | 362 | 344 | 42 | 0 | 6 | 126 | 5 | 70 | 131 | 66 |
| Binary | 11110010 | 11100100 | 100010 | 0 | 110 | 1010110 | 101 | 111000 | 1011001 | 110110 |
Color Harmonies of #F2E422
Complementary color
Monochromatic Colors of #F2E422
Black with #F2E422
Text Example
Text Example
White with #F2E422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E422; }
p { color: rgb(242,228,34); }
H1.HeaderClassName
{
color: #F2E422;
}
.AnyTagClassName
{
color: #F2E422;
}
</style>
background-color css
<style>
a { background-color: #F2E422; }
a { background-color: rgb(242,228,34); }
div.DivClassName
{
background-color: #F2E422;
}
.BgClassName
{
background-color: #F2E422;
}
</style>
border-color css
<style>
span { border-color: #F2E422; }
span { border-color: rgb(242,228,34); }
td.TdClassName
{
border-color: #F2E422;
}
.TagClassName
{
border-color: #F2E422;
}
</style>