Shades of Golden Fizz #F0EC2B
Tints of Golden Fizz #F0EC2B
RGB
CMYK
RGB Variations
Color information
#F0EC2B (or 0xF0EC2B) is known color: Golden Fizz. HEX triplet: F0, EC and 2B. RGB value is (240,236,43). Sum of RGB (Red+Green+Blue) = 240+236+43=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 43 (17.19% from 255 or 8.29% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EC2B is #0F13D4. Grayscale: #D7D7D7. Windows color (decimal): -988117 or 2878704. OLE color: 2878704.
HSL color Cylindrical-coordinate representation of color #F0EC2B: hue angle of 58.78º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0EC2B is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 43 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.06 |
| HSL | 58.78º | 0.87% | 0.55% | - |
| HSV(B) | 58.78º | 0.82% | 0.94% | - |
| XYZ | 66.37 | 78.69 | 13.98 | - |
| YUV | 215.19 | 30.83 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 43 | 0 | 0.02 | 0.82 | 0.06 | 58.78 | 0.87 | 0.55 |
| Hex | F0 | EC | 2B | 0 | 2 | 52 | 6 | 3B | 57 | 37 |
| Octal | 360 | 354 | 53 | 0 | 2 | 122 | 6 | 73 | 127 | 67 |
| Binary | 11110000 | 11101100 | 101011 | 0 | 10 | 1010010 | 110 | 111011 | 1010111 | 110111 |
Color Harmonies of #F0EC2B
Complementary color
Monochromatic Colors of #F0EC2B
Black with #F0EC2B
Text Example
Text Example
White with #F0EC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC2B; }
p { color: rgb(240,236,43); }
H1.HeaderClassName
{
color: #F0EC2B;
}
.AnyTagClassName
{
color: #F0EC2B;
}
</style>
background-color css
<style>
a { background-color: #F0EC2B; }
a { background-color: rgb(240,236,43); }
div.DivClassName
{
background-color: #F0EC2B;
}
.BgClassName
{
background-color: #F0EC2B;
}
</style>
border-color css
<style>
span { border-color: #F0EC2B; }
span { border-color: rgb(240,236,43); }
td.TdClassName
{
border-color: #F0EC2B;
}
.TagClassName
{
border-color: #F0EC2B;
}
</style>