Shades of Golden Fizz #F0E321
Tints of Golden Fizz #F0E321
RGB
CMYK
RGB Variations
Color information
#F0E321 (or 0xF0E321) is known color: Golden Fizz. HEX triplet: F0, E3 and 21. RGB value is (240,227,33). Sum of RGB (Red+Green+Blue) = 240+227+33=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E321 is #0F1CDE. Grayscale: #D1D1D1. Windows color (decimal): -990431 or 2221040. OLE color: 2221040.
HSL color Cylindrical-coordinate representation of color #F0E321: hue angle of 56.23º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0E321 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 33 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.06 |
| HSL | 56.23º | 0.87% | 0.54% | - |
| HSV(B) | 56.23º | 0.86% | 0.94% | - |
| XYZ | 63.68 | 73.57 | 12.28 | - |
| YUV | 208.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 33 | 0 | 0.05 | 0.86 | 0.06 | 56.23 | 0.87 | 0.54 |
| Hex | F0 | E3 | 21 | 0 | 5 | 56 | 6 | 38 | 57 | 36 |
| Octal | 360 | 343 | 41 | 0 | 5 | 126 | 6 | 70 | 127 | 66 |
| Binary | 11110000 | 11100011 | 100001 | 0 | 101 | 1010110 | 110 | 111000 | 1010111 | 110110 |
Color Harmonies of #F0E321
Complementary color
Monochromatic Colors of #F0E321
Black with #F0E321
Text Example
Text Example
White with #F0E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E321; }
p { color: rgb(240,227,33); }
H1.HeaderClassName
{
color: #F0E321;
}
.AnyTagClassName
{
color: #F0E321;
}
</style>
background-color css
<style>
a { background-color: #F0E321; }
a { background-color: rgb(240,227,33); }
div.DivClassName
{
background-color: #F0E321;
}
.BgClassName
{
background-color: #F0E321;
}
</style>
border-color css
<style>
span { border-color: #F0E321; }
span { border-color: rgb(240,227,33); }
td.TdClassName
{
border-color: #F0E321;
}
.TagClassName
{
border-color: #F0E321;
}
</style>