Shades of Golden Fizz #F4DB2F
Tints of Golden Fizz #F4DB2F
RGB
CMYK
RGB Variations
Color information
#F4DB2F (or 0xF4DB2F) is known color: Golden Fizz. HEX triplet: F4, DB and 2F. RGB value is (244,219,47). Sum of RGB (Red+Green+Blue) = 244+219+47=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB2F is #0B24D0. Grayscale: #CFCFCF. Windows color (decimal): -730321 or 3136500. OLE color: 3136500.
HSL color Cylindrical-coordinate representation of color #F4DB2F: hue angle of 52.39º 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 #F4DB2F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 47 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.04 |
| HSL | 52.39º | 0.9% | 0.57% | - |
| HSV(B) | 52.39º | 0.81% | 0.96% | - |
| XYZ | 63.15 | 70.1 | 12.89 | - |
| YUV | 206.87 | 37.78 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 47 | 0 | 0.10 | 0.81 | 0.04 | 52.39 | 0.9 | 0.57 |
| Hex | F4 | DB | 2F | 0 | A | 51 | 4 | 34 | 5A | 39 |
| Octal | 364 | 333 | 57 | 0 | 12 | 121 | 4 | 64 | 132 | 71 |
| Binary | 11110100 | 11011011 | 101111 | 0 | 1010 | 1010001 | 100 | 110100 | 1011010 | 111001 |
Color Harmonies of #F4DB2F
Complementary color
Monochromatic Colors of #F4DB2F
Black with #F4DB2F
Text Example
Text Example
White with #F4DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB2F; }
p { color: rgb(244,219,47); }
H1.HeaderClassName
{
color: #F4DB2F;
}
.AnyTagClassName
{
color: #F4DB2F;
}
</style>
background-color css
<style>
a { background-color: #F4DB2F; }
a { background-color: rgb(244,219,47); }
div.DivClassName
{
background-color: #F4DB2F;
}
.BgClassName
{
background-color: #F4DB2F;
}
</style>
border-color css
<style>
span { border-color: #F4DB2F; }
span { border-color: rgb(244,219,47); }
td.TdClassName
{
border-color: #F4DB2F;
}
.TagClassName
{
border-color: #F4DB2F;
}
</style>