Shades of Golden Fizz #F4DB25
Tints of Golden Fizz #F4DB25
RGB
CMYK
RGB Variations
Color information
#F4DB25 (or 0xF4DB25) is known color: Golden Fizz. HEX triplet: F4, DB and 25. RGB value is (244,219,37). Sum of RGB (Red+Green+Blue) = 244+219+37=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB25 is #0B24DA. Grayscale: #CECECE. Windows color (decimal): -730331 or 2481140. OLE color: 2481140.
HSL color Cylindrical-coordinate representation of color #F4DB25: hue angle of 52.75º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4DB25 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 37 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.04 |
| HSL | 52.75º | 0.9% | 0.55% | - |
| HSV(B) | 52.75º | 0.85% | 0.96% | - |
| XYZ | 62.97 | 70.03 | 11.95 | - |
| YUV | 205.73 | 32.78 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 37 | 0 | 0.10 | 0.85 | 0.04 | 52.75 | 0.9 | 0.55 |
| Hex | F4 | DB | 25 | 0 | A | 55 | 4 | 35 | 5A | 37 |
| Octal | 364 | 333 | 45 | 0 | 12 | 125 | 4 | 65 | 132 | 67 |
| Binary | 11110100 | 11011011 | 100101 | 0 | 1010 | 1010101 | 100 | 110101 | 1011010 | 110111 |
Color Harmonies of #F4DB25
Complementary color
Monochromatic Colors of #F4DB25
Black with #F4DB25
Text Example
Text Example
White with #F4DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB25; }
p { color: rgb(244,219,37); }
H1.HeaderClassName
{
color: #F4DB25;
}
.AnyTagClassName
{
color: #F4DB25;
}
</style>
background-color css
<style>
a { background-color: #F4DB25; }
a { background-color: rgb(244,219,37); }
div.DivClassName
{
background-color: #F4DB25;
}
.BgClassName
{
background-color: #F4DB25;
}
</style>
border-color css
<style>
span { border-color: #F4DB25; }
span { border-color: rgb(244,219,37); }
td.TdClassName
{
border-color: #F4DB25;
}
.TagClassName
{
border-color: #F4DB25;
}
</style>