Shades of Golden Fizz #F4DB34
Tints of Golden Fizz #F4DB34
RGB
CMYK
RGB Variations
Color information
#F4DB34 (or 0xF4DB34) is known color: Golden Fizz. HEX triplet: F4, DB and 34. RGB value is (244,219,52). Sum of RGB (Red+Green+Blue) = 244+219+52=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 52 (20.70% from 255 or 10.10% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB34 is #0B24CB. Grayscale: #D0D0D0. Windows color (decimal): -730316 or 3464180. OLE color: 3464180.
HSL color Cylindrical-coordinate representation of color #F4DB34: hue angle of 52.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4DB34 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 52 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.04 |
| HSL | 52.19º | 0.9% | 0.58% | - |
| HSV(B) | 52.19º | 0.79% | 0.96% | - |
| XYZ | 63.26 | 70.14 | 13.45 | - |
| YUV | 207.44 | 40.28 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 52 | 0 | 0.10 | 0.79 | 0.04 | 52.19 | 0.9 | 0.58 |
| Hex | F4 | DB | 34 | 0 | A | 4F | 4 | 34 | 5A | 3A |
| Octal | 364 | 333 | 64 | 0 | 12 | 117 | 4 | 64 | 132 | 72 |
| Binary | 11110100 | 11011011 | 110100 | 0 | 1010 | 1001111 | 100 | 110100 | 1011010 | 111010 |
Color Harmonies of #F4DB34
Complementary color
Monochromatic Colors of #F4DB34
Black with #F4DB34
Text Example
Text Example
White with #F4DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB34; }
p { color: rgb(244,219,52); }
H1.HeaderClassName
{
color: #F4DB34;
}
.AnyTagClassName
{
color: #F4DB34;
}
</style>
background-color css
<style>
a { background-color: #F4DB34; }
a { background-color: rgb(244,219,52); }
div.DivClassName
{
background-color: #F4DB34;
}
.BgClassName
{
background-color: #F4DB34;
}
</style>
border-color css
<style>
span { border-color: #F4DB34; }
span { border-color: rgb(244,219,52); }
td.TdClassName
{
border-color: #F4DB34;
}
.TagClassName
{
border-color: #F4DB34;
}
</style>