Shades of Golden Fizz #F2E421
Tints of Golden Fizz #F2E421
RGB
CMYK
RGB Variations
Color information
#F2E421 (or 0xF2E421) is known color: Golden Fizz. HEX triplet: F2, E4 and 21. RGB value is (242,228,33). Sum of RGB (Red+Green+Blue) = 242+228+33=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E421 is #0D1BDE. Grayscale: #D2D2D2. Windows color (decimal): -859103 or 2221298. OLE color: 2221298.
HSL color Cylindrical-coordinate representation of color #F2E421: hue angle of 55.98º 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 #F2E421 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 33 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.05 |
| HSL | 55.98º | 0.89% | 0.54% | - |
| HSV(B) | 55.98º | 0.86% | 0.95% | - |
| XYZ | 64.64 | 74.47 | 12.41 | - |
| YUV | 209.96 | 28.14 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 33 | 0 | 0.06 | 0.86 | 0.05 | 55.98 | 0.89 | 0.54 |
| Hex | F2 | E4 | 21 | 0 | 6 | 56 | 5 | 38 | 59 | 36 |
| Octal | 362 | 344 | 41 | 0 | 6 | 126 | 5 | 70 | 131 | 66 |
| Binary | 11110010 | 11100100 | 100001 | 0 | 110 | 1010110 | 101 | 111000 | 1011001 | 110110 |
Color Harmonies of #F2E421
Complementary color
Monochromatic Colors of #F2E421
Black with #F2E421
Text Example
Text Example
White with #F2E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E421; }
p { color: rgb(242,228,33); }
H1.HeaderClassName
{
color: #F2E421;
}
.AnyTagClassName
{
color: #F2E421;
}
</style>
background-color css
<style>
a { background-color: #F2E421; }
a { background-color: rgb(242,228,33); }
div.DivClassName
{
background-color: #F2E421;
}
.BgClassName
{
background-color: #F2E421;
}
</style>
border-color css
<style>
span { border-color: #F2E421; }
span { border-color: rgb(242,228,33); }
td.TdClassName
{
border-color: #F2E421;
}
.TagClassName
{
border-color: #F2E421;
}
</style>