Shades of Golden Fizz #F2ED26
Tints of Golden Fizz #F2ED26
RGB
CMYK
RGB Variations
Color information
#F2ED26 (or 0xF2ED26) is known color: Golden Fizz. HEX triplet: F2, ED and 26. RGB value is (242,237,38). Sum of RGB (Red+Green+Blue) = 242+237+38=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 38 (15.23% from 255 or 7.35% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED26 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED26 is #0D12D9. Grayscale: #D8D8D8. Windows color (decimal): -856794 or 2551282. OLE color: 2551282.
HSL color Cylindrical-coordinate representation of color #F2ED26: hue angle of 58.53º 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 #F2ED26 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 38 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.05 |
| HSL | 58.53º | 0.89% | 0.55% | - |
| HSV(B) | 58.53º | 0.84% | 0.95% | - |
| XYZ | 67.25 | 79.59 | 13.65 | - |
| YUV | 215.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 38 | 0 | 0.02 | 0.84 | 0.05 | 58.53 | 0.89 | 0.55 |
| Hex | F2 | ED | 26 | 0 | 2 | 54 | 5 | 3B | 59 | 37 |
| Octal | 362 | 355 | 46 | 0 | 2 | 124 | 5 | 73 | 131 | 67 |
| Binary | 11110010 | 11101101 | 100110 | 0 | 10 | 1010100 | 101 | 111011 | 1011001 | 110111 |
Color Harmonies of #F2ED26
Complementary color
Monochromatic Colors of #F2ED26
Black with #F2ED26
Text Example
Text Example
White with #F2ED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED26; }
p { color: rgb(242,237,38); }
H1.HeaderClassName
{
color: #F2ED26;
}
.AnyTagClassName
{
color: #F2ED26;
}
</style>
background-color css
<style>
a { background-color: #F2ED26; }
a { background-color: rgb(242,237,38); }
div.DivClassName
{
background-color: #F2ED26;
}
.BgClassName
{
background-color: #F2ED26;
}
</style>
border-color css
<style>
span { border-color: #F2ED26; }
span { border-color: rgb(242,237,38); }
td.TdClassName
{
border-color: #F2ED26;
}
.TagClassName
{
border-color: #F2ED26;
}
</style>