Shades of Golden Fizz #F0E830
Tints of Golden Fizz #F0E830
RGB
CMYK
RGB Variations
Color information
#F0E830 (or 0xF0E830) is known color: Golden Fizz. HEX triplet: F0, E8 and 30. RGB value is (240,232,48). Sum of RGB (Red+Green+Blue) = 240+232+48=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E830 is #0F17CF. Grayscale: #D6D6D6. Windows color (decimal): -989136 or 3205360. OLE color: 3205360.
HSL color Cylindrical-coordinate representation of color #F0E830: hue angle of 57.5º 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 #F0E830 is Cyan = 0, Magento = 0.03, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 48 | - |
| CMYK | 0 | 0.03 | 0.8 | 0.06 |
| HSL | 57.5º | 0.86% | 0.56% | - |
| HSV(B) | 57.5º | 0.8% | 0.94% | - |
| XYZ | 65.33 | 76.45 | 14.11 | - |
| YUV | 213.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 48 | 0 | 0.03 | 0.8 | 0.06 | 57.5 | 0.86 | 0.56 |
| Hex | F0 | E8 | 30 | 0 | 3 | 50 | 6 | 3A | 56 | 38 |
| Octal | 360 | 350 | 60 | 0 | 3 | 120 | 6 | 72 | 126 | 70 |
| Binary | 11110000 | 11101000 | 110000 | 0 | 11 | 1010000 | 110 | 111010 | 1010110 | 111000 |
Color Harmonies of #F0E830
Complementary color
Monochromatic Colors of #F0E830
Black with #F0E830
Text Example
Text Example
White with #F0E830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E830; }
p { color: rgb(240,232,48); }
H1.HeaderClassName
{
color: #F0E830;
}
.AnyTagClassName
{
color: #F0E830;
}
</style>
background-color css
<style>
a { background-color: #F0E830; }
a { background-color: rgb(240,232,48); }
div.DivClassName
{
background-color: #F0E830;
}
.BgClassName
{
background-color: #F0E830;
}
</style>
border-color css
<style>
span { border-color: #F0E830; }
span { border-color: rgb(240,232,48); }
td.TdClassName
{
border-color: #F0E830;
}
.TagClassName
{
border-color: #F0E830;
}
</style>