Shades of Golden Fizz #F0EB2D
Tints of Golden Fizz #F0EB2D
RGB
CMYK
RGB Variations
Color information
#F0EB2D (or 0xF0EB2D) is known color: Golden Fizz. HEX triplet: F0, EB and 2D. RGB value is (240,235,45). Sum of RGB (Red+Green+Blue) = 240+235+45=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EB2D is #0F14D2. Grayscale: #D7D7D7. Windows color (decimal): -988371 or 3009520. OLE color: 3009520.
HSL color Cylindrical-coordinate representation of color #F0EB2D: hue angle of 58.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0EB2D is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 45 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.06 |
| HSL | 58.46º | 0.87% | 0.56% | - |
| HSV(B) | 58.46º | 0.81% | 0.94% | - |
| XYZ | 66.12 | 78.13 | 14.08 | - |
| YUV | 214.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 45 | 0 | 0.02 | 0.81 | 0.06 | 58.46 | 0.87 | 0.56 |
| Hex | F0 | EB | 2D | 0 | 2 | 51 | 6 | 3A | 57 | 38 |
| Octal | 360 | 353 | 55 | 0 | 2 | 121 | 6 | 72 | 127 | 70 |
| Binary | 11110000 | 11101011 | 101101 | 0 | 10 | 1010001 | 110 | 111010 | 1010111 | 111000 |
Color Harmonies of #F0EB2D
Complementary color
Monochromatic Colors of #F0EB2D
Black with #F0EB2D
Text Example
Text Example
White with #F0EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EB2D; }
p { color: rgb(240,235,45); }
H1.HeaderClassName
{
color: #F0EB2D;
}
.AnyTagClassName
{
color: #F0EB2D;
}
</style>
background-color css
<style>
a { background-color: #F0EB2D; }
a { background-color: rgb(240,235,45); }
div.DivClassName
{
background-color: #F0EB2D;
}
.BgClassName
{
background-color: #F0EB2D;
}
</style>
border-color css
<style>
span { border-color: #F0EB2D; }
span { border-color: rgb(240,235,45); }
td.TdClassName
{
border-color: #F0EB2D;
}
.TagClassName
{
border-color: #F0EB2D;
}
</style>