Shades of Golden Fizz #F0E31F
Tints of Golden Fizz #F0E31F
RGB
CMYK
RGB Variations
Color information
#F0E31F (or 0xF0E31F) is known color: Golden Fizz. HEX triplet: F0, E3 and 1F. RGB value is (240,227,31). Sum of RGB (Red+Green+Blue) = 240+227+31=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 31 (12.5% from 255 or 6.22% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E31F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E31F is #0F1CE0. Grayscale: #D1D1D1. Windows color (decimal): -990433 or 2089968. OLE color: 2089968.
HSL color Cylindrical-coordinate representation of color #F0E31F: hue angle of 56.27º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0E31F is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 31 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.06 |
| HSL | 56.27º | 0.87% | 0.53% | - |
| HSV(B) | 56.27º | 0.87% | 0.94% | - |
| XYZ | 63.65 | 73.56 | 12.14 | - |
| YUV | 208.54 | 27.81 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 31 | 0 | 0.05 | 0.87 | 0.06 | 56.27 | 0.87 | 0.53 |
| Hex | F0 | E3 | 1F | 0 | 5 | 57 | 6 | 38 | 57 | 35 |
| Octal | 360 | 343 | 37 | 0 | 5 | 127 | 6 | 70 | 127 | 65 |
| Binary | 11110000 | 11100011 | 11111 | 0 | 101 | 1010111 | 110 | 111000 | 1010111 | 110101 |
Color Harmonies of #F0E31F
Complementary color
Monochromatic Colors of #F0E31F
Black with #F0E31F
Text Example
Text Example
White with #F0E31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E31F; }
p { color: rgb(240,227,31); }
H1.HeaderClassName
{
color: #F0E31F;
}
.AnyTagClassName
{
color: #F0E31F;
}
</style>
background-color css
<style>
a { background-color: #F0E31F; }
a { background-color: rgb(240,227,31); }
div.DivClassName
{
background-color: #F0E31F;
}
.BgClassName
{
background-color: #F0E31F;
}
</style>
border-color css
<style>
span { border-color: #F0E31F; }
span { border-color: rgb(240,227,31); }
td.TdClassName
{
border-color: #F0E31F;
}
.TagClassName
{
border-color: #F0E31F;
}
</style>