Shades of Golden Fizz #F2ED23
Tints of Golden Fizz #F2ED23
RGB
CMYK
RGB Variations
Color information
#F2ED23 (or 0xF2ED23) is known color: Golden Fizz. HEX triplet: F2, ED and 23. RGB value is (242,237,35). Sum of RGB (Red+Green+Blue) = 242+237+35=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 35 (14.06% from 255 or 6.81% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED23 is #0D12DC. Grayscale: #D8D8D8. Windows color (decimal): -856797 or 2354674. OLE color: 2354674.
HSL color Cylindrical-coordinate representation of color #F2ED23: hue angle of 58.55º 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 #F2ED23 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 35 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.05 |
| HSL | 58.55º | 0.89% | 0.54% | - |
| HSV(B) | 58.55º | 0.86% | 0.95% | - |
| XYZ | 67.21 | 79.57 | 13.41 | - |
| YUV | 215.47 | 26.16 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 35 | 0 | 0.02 | 0.86 | 0.05 | 58.55 | 0.89 | 0.54 |
| Hex | F2 | ED | 23 | 0 | 2 | 56 | 5 | 3B | 59 | 36 |
| Octal | 362 | 355 | 43 | 0 | 2 | 126 | 5 | 73 | 131 | 66 |
| Binary | 11110010 | 11101101 | 100011 | 0 | 10 | 1010110 | 101 | 111011 | 1011001 | 110110 |
Color Harmonies of #F2ED23
Complementary color
Monochromatic Colors of #F2ED23
Black with #F2ED23
Text Example
Text Example
White with #F2ED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED23; }
p { color: rgb(242,237,35); }
H1.HeaderClassName
{
color: #F2ED23;
}
.AnyTagClassName
{
color: #F2ED23;
}
</style>
background-color css
<style>
a { background-color: #F2ED23; }
a { background-color: rgb(242,237,35); }
div.DivClassName
{
background-color: #F2ED23;
}
.BgClassName
{
background-color: #F2ED23;
}
</style>
border-color css
<style>
span { border-color: #F2ED23; }
span { border-color: rgb(242,237,35); }
td.TdClassName
{
border-color: #F2ED23;
}
.TagClassName
{
border-color: #F2ED23;
}
</style>