Shades of Golden Fizz #F4DB2E
Tints of Golden Fizz #F4DB2E
RGB
CMYK
RGB Variations
Color information
#F4DB2E (or 0xF4DB2E) is known color: Golden Fizz. HEX triplet: F4, DB and 2E. RGB value is (244,219,46). Sum of RGB (Red+Green+Blue) = 244+219+46=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB2E is #0B24D1. Grayscale: #CFCFCF. Windows color (decimal): -730322 or 3070964. OLE color: 3070964.
HSL color Cylindrical-coordinate representation of color #F4DB2E: hue angle of 52.42º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4DB2E is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 46 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.04 |
| HSL | 52.42º | 0.9% | 0.57% | - |
| HSV(B) | 52.42º | 0.81% | 0.96% | - |
| XYZ | 63.13 | 70.09 | 12.79 | - |
| YUV | 206.75 | 37.28 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 46 | 0 | 0.10 | 0.81 | 0.04 | 52.42 | 0.9 | 0.57 |
| Hex | F4 | DB | 2E | 0 | A | 51 | 4 | 34 | 5A | 39 |
| Octal | 364 | 333 | 56 | 0 | 12 | 121 | 4 | 64 | 132 | 71 |
| Binary | 11110100 | 11011011 | 101110 | 0 | 1010 | 1010001 | 100 | 110100 | 1011010 | 111001 |
Color Harmonies of #F4DB2E
Complementary color
Monochromatic Colors of #F4DB2E
Black with #F4DB2E
Text Example
Text Example
White with #F4DB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB2E; }
p { color: rgb(244,219,46); }
H1.HeaderClassName
{
color: #F4DB2E;
}
.AnyTagClassName
{
color: #F4DB2E;
}
</style>
background-color css
<style>
a { background-color: #F4DB2E; }
a { background-color: rgb(244,219,46); }
div.DivClassName
{
background-color: #F4DB2E;
}
.BgClassName
{
background-color: #F4DB2E;
}
</style>
border-color css
<style>
span { border-color: #F4DB2E; }
span { border-color: rgb(244,219,46); }
td.TdClassName
{
border-color: #F4DB2E;
}
.TagClassName
{
border-color: #F4DB2E;
}
</style>