Shades of Golden Fizz #F2EE26
Tints of Golden Fizz #F2EE26
RGB
CMYK
RGB Variations
Color information
#F2EE26 (or 0xF2EE26) is known color: Golden Fizz. HEX triplet: F2, EE and 26. RGB value is (242,238,38). Sum of RGB (Red+Green+Blue) = 242+238+38=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 38 (15.23% from 255 or 7.34% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE26 is #0D11D9. Grayscale: #D9D9D9. Windows color (decimal): -856538 or 2551538. OLE color: 2551538.
HSL color Cylindrical-coordinate representation of color #F2EE26: hue angle of 58.82º 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 #F2EE26 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 38 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.05 |
| HSL | 58.82º | 0.89% | 0.55% | - |
| HSV(B) | 58.82º | 0.84% | 0.95% | - |
| XYZ | 67.54 | 80.17 | 13.75 | - |
| YUV | 216.4 | 27.33 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 38 | 0 | 0.02 | 0.84 | 0.05 | 58.82 | 0.89 | 0.55 |
| Hex | F2 | EE | 26 | 0 | 2 | 54 | 5 | 3B | 59 | 37 |
| Octal | 362 | 356 | 46 | 0 | 2 | 124 | 5 | 73 | 131 | 67 |
| Binary | 11110010 | 11101110 | 100110 | 0 | 10 | 1010100 | 101 | 111011 | 1011001 | 110111 |
Color Harmonies of #F2EE26
Complementary color
Monochromatic Colors of #F2EE26
Black with #F2EE26
Text Example
Text Example
White with #F2EE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE26; }
p { color: rgb(242,238,38); }
H1.HeaderClassName
{
color: #F2EE26;
}
.AnyTagClassName
{
color: #F2EE26;
}
</style>
background-color css
<style>
a { background-color: #F2EE26; }
a { background-color: rgb(242,238,38); }
div.DivClassName
{
background-color: #F2EE26;
}
.BgClassName
{
background-color: #F2EE26;
}
</style>
border-color css
<style>
span { border-color: #F2EE26; }
span { border-color: rgb(242,238,38); }
td.TdClassName
{
border-color: #F2EE26;
}
.TagClassName
{
border-color: #F2EE26;
}
</style>