Shades of Golden Fizz #F2E321
Tints of Golden Fizz #F2E321
RGB
CMYK
RGB Variations
Color information
#F2E321 (or 0xF2E321) is known color: Golden Fizz. HEX triplet: F2, E3 and 21. RGB value is (242,227,33). Sum of RGB (Red+Green+Blue) = 242+227+33=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 33 (13.28% from 255 or 6.57% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E321 is #0D1CDE. Grayscale: #D2D2D2. Windows color (decimal): -859359 or 2221042. OLE color: 2221042.
HSL color Cylindrical-coordinate representation of color #F2E321: hue angle of 55.69º 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 #F2E321 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 33 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.05 |
| HSL | 55.69º | 0.89% | 0.54% | - |
| HSV(B) | 55.69º | 0.86% | 0.95% | - |
| XYZ | 64.36 | 73.93 | 12.32 | - |
| YUV | 209.37 | 28.47 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 33 | 0 | 0.06 | 0.86 | 0.05 | 55.69 | 0.89 | 0.54 |
| Hex | F2 | E3 | 21 | 0 | 6 | 56 | 5 | 38 | 59 | 36 |
| Octal | 362 | 343 | 41 | 0 | 6 | 126 | 5 | 70 | 131 | 66 |
| Binary | 11110010 | 11100011 | 100001 | 0 | 110 | 1010110 | 101 | 111000 | 1011001 | 110110 |
Color Harmonies of #F2E321
Complementary color
Monochromatic Colors of #F2E321
Black with #F2E321
Text Example
Text Example
White with #F2E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E321; }
p { color: rgb(242,227,33); }
H1.HeaderClassName
{
color: #F2E321;
}
.AnyTagClassName
{
color: #F2E321;
}
</style>
background-color css
<style>
a { background-color: #F2E321; }
a { background-color: rgb(242,227,33); }
div.DivClassName
{
background-color: #F2E321;
}
.BgClassName
{
background-color: #F2E321;
}
</style>
border-color css
<style>
span { border-color: #F2E321; }
span { border-color: rgb(242,227,33); }
td.TdClassName
{
border-color: #F2E321;
}
.TagClassName
{
border-color: #F2E321;
}
</style>