Shades of Golden Fizz #F0E32E
Tints of Golden Fizz #F0E32E
RGB
CMYK
RGB Variations
Color information
#F0E32E (or 0xF0E32E) is known color: Golden Fizz. HEX triplet: F0, E3 and 2E. RGB value is (240,227,46). Sum of RGB (Red+Green+Blue) = 240+227+46=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 46 (18.36% from 255 or 8.97% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E32E is #0F1CD1. Grayscale: #D2D2D2. Windows color (decimal): -990418 or 3073008. OLE color: 3073008.
HSL color Cylindrical-coordinate representation of color #F0E32E: hue angle of 55.98º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0E32E is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 46 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.06 |
| HSL | 55.98º | 0.87% | 0.56% | - |
| HSV(B) | 55.98º | 0.81% | 0.94% | - |
| XYZ | 63.9 | 73.66 | 13.43 | - |
| YUV | 210.25 | 35.31 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 46 | 0 | 0.05 | 0.81 | 0.06 | 55.98 | 0.87 | 0.56 |
| Hex | F0 | E3 | 2E | 0 | 5 | 51 | 6 | 38 | 57 | 38 |
| Octal | 360 | 343 | 56 | 0 | 5 | 121 | 6 | 70 | 127 | 70 |
| Binary | 11110000 | 11100011 | 101110 | 0 | 101 | 1010001 | 110 | 111000 | 1010111 | 111000 |
Color Harmonies of #F0E32E
Complementary color
Monochromatic Colors of #F0E32E
Black with #F0E32E
Text Example
Text Example
White with #F0E32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E32E; }
p { color: rgb(240,227,46); }
H1.HeaderClassName
{
color: #F0E32E;
}
.AnyTagClassName
{
color: #F0E32E;
}
</style>
background-color css
<style>
a { background-color: #F0E32E; }
a { background-color: rgb(240,227,46); }
div.DivClassName
{
background-color: #F0E32E;
}
.BgClassName
{
background-color: #F0E32E;
}
</style>
border-color css
<style>
span { border-color: #F0E32E; }
span { border-color: rgb(240,227,46); }
td.TdClassName
{
border-color: #F0E32E;
}
.TagClassName
{
border-color: #F0E32E;
}
</style>