Shades of Golden Fizz #F2E026
Tints of Golden Fizz #F2E026
RGB
CMYK
RGB Variations
Color information
#F2E026 (or 0xF2E026) is known color: Golden Fizz. HEX triplet: F2, E0 and 26. RGB value is (242,224,38). Sum of RGB (Red+Green+Blue) = 242+224+38=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E026 is #0D1FD9. Grayscale: #D0D0D0. Windows color (decimal): -860122 or 2547954. OLE color: 2547954.
HSL color Cylindrical-coordinate representation of color #F2E026: hue angle of 54.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2E026 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 38 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.05 |
| HSL | 54.71º | 0.89% | 0.55% | - |
| HSV(B) | 54.71º | 0.84% | 0.95% | - |
| XYZ | 63.62 | 72.33 | 12.44 | - |
| YUV | 208.18 | 31.96 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 38 | 0 | 0.07 | 0.84 | 0.05 | 54.71 | 0.89 | 0.55 |
| Hex | F2 | E0 | 26 | 0 | 7 | 54 | 5 | 37 | 59 | 37 |
| Octal | 362 | 340 | 46 | 0 | 7 | 124 | 5 | 67 | 131 | 67 |
| Binary | 11110010 | 11100000 | 100110 | 0 | 111 | 1010100 | 101 | 110111 | 1011001 | 110111 |
Color Harmonies of #F2E026
Complementary color
Monochromatic Colors of #F2E026
Black with #F2E026
Text Example
Text Example
White with #F2E026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E026; }
p { color: rgb(242,224,38); }
H1.HeaderClassName
{
color: #F2E026;
}
.AnyTagClassName
{
color: #F2E026;
}
</style>
background-color css
<style>
a { background-color: #F2E026; }
a { background-color: rgb(242,224,38); }
div.DivClassName
{
background-color: #F2E026;
}
.BgClassName
{
background-color: #F2E026;
}
</style>
border-color css
<style>
span { border-color: #F2E026; }
span { border-color: rgb(242,224,38); }
td.TdClassName
{
border-color: #F2E026;
}
.TagClassName
{
border-color: #F2E026;
}
</style>