Shades of Golden Fizz #F0E038
Tints of Golden Fizz #F0E038
RGB
CMYK
RGB Variations
Color information
#F0E038 (or 0xF0E038) is known color: Golden Fizz. HEX triplet: F0, E0 and 38. RGB value is (240,224,56). Sum of RGB (Red+Green+Blue) = 240+224+56=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 56 (22.27% from 255 or 10.77% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E038 is #0F1FC7. Grayscale: #D2D2D2. Windows color (decimal): -991176 or 3727600. OLE color: 3727600.
HSL color Cylindrical-coordinate representation of color #F0E038: hue angle of 54.78º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0E038 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 56 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.06 |
| HSL | 54.78º | 0.86% | 0.58% | - |
| HSV(B) | 54.78º | 0.77% | 0.94% | - |
| XYZ | 63.3 | 72.12 | 14.33 | - |
| YUV | 209.63 | 41.3 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 56 | 0 | 0.07 | 0.77 | 0.06 | 54.78 | 0.86 | 0.58 |
| Hex | F0 | E0 | 38 | 0 | 7 | 4D | 6 | 37 | 56 | 3A |
| Octal | 360 | 340 | 70 | 0 | 7 | 115 | 6 | 67 | 126 | 72 |
| Binary | 11110000 | 11100000 | 111000 | 0 | 111 | 1001101 | 110 | 110111 | 1010110 | 111010 |
Color Harmonies of #F0E038
Complementary color
Monochromatic Colors of #F0E038
Black with #F0E038
Text Example
Text Example
White with #F0E038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E038; }
p { color: rgb(240,224,56); }
H1.HeaderClassName
{
color: #F0E038;
}
.AnyTagClassName
{
color: #F0E038;
}
</style>
background-color css
<style>
a { background-color: #F0E038; }
a { background-color: rgb(240,224,56); }
div.DivClassName
{
background-color: #F0E038;
}
.BgClassName
{
background-color: #F0E038;
}
</style>
border-color css
<style>
span { border-color: #F0E038; }
span { border-color: rgb(240,224,56); }
td.TdClassName
{
border-color: #F0E038;
}
.TagClassName
{
border-color: #F0E038;
}
</style>