Shades of Golden Fizz #F0EE30
Tints of Golden Fizz #F0EE30
RGB
CMYK
RGB Variations
Color information
#F0EE30 (or 0xF0EE30) is known color: Golden Fizz. HEX triplet: F0, EE and 30. RGB value is (240,238,48). Sum of RGB (Red+Green+Blue) = 240+238+48=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 48 (19.14% from 255 or 9.13% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EE30 is #0F11CF. Grayscale: #D9D9D9. Windows color (decimal): -987600 or 3206896. OLE color: 3206896.
HSL color Cylindrical-coordinate representation of color #F0EE30: hue angle of 59.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0EE30 is Cyan = 0, Magento = 0.01, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 48 | - |
| CMYK | 0 | 0.01 | 0.8 | 0.06 |
| HSL | 59.38º | 0.86% | 0.56% | - |
| HSV(B) | 59.38º | 0.8% | 0.94% | - |
| XYZ | 67.04 | 79.89 | 14.68 | - |
| YUV | 216.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 48 | 0 | 0.01 | 0.8 | 0.06 | 59.38 | 0.86 | 0.56 |
| Hex | F0 | EE | 30 | 0 | 1 | 50 | 6 | 3B | 56 | 38 |
| Octal | 360 | 356 | 60 | 0 | 1 | 120 | 6 | 73 | 126 | 70 |
| Binary | 11110000 | 11101110 | 110000 | 0 | 1 | 1010000 | 110 | 111011 | 1010110 | 111000 |
Color Harmonies of #F0EE30
Complementary color
Monochromatic Colors of #F0EE30
Black with #F0EE30
Text Example
Text Example
White with #F0EE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE30; }
p { color: rgb(240,238,48); }
H1.HeaderClassName
{
color: #F0EE30;
}
.AnyTagClassName
{
color: #F0EE30;
}
</style>
background-color css
<style>
a { background-color: #F0EE30; }
a { background-color: rgb(240,238,48); }
div.DivClassName
{
background-color: #F0EE30;
}
.BgClassName
{
background-color: #F0EE30;
}
</style>
border-color css
<style>
span { border-color: #F0EE30; }
span { border-color: rgb(240,238,48); }
td.TdClassName
{
border-color: #F0EE30;
}
.TagClassName
{
border-color: #F0EE30;
}
</style>