Shades of Golden Fizz #F4DA2C
Tints of Golden Fizz #F4DA2C
RGB
CMYK
RGB Variations
Color information
#F4DA2C (or 0xF4DA2C) is known color: Golden Fizz. HEX triplet: F4, DA and 2C. RGB value is (244,218,44). Sum of RGB (Red+Green+Blue) = 244+218+44=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 44 (17.58% from 255 or 8.70% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA2C is #0B25D3. Grayscale: #CECECE. Windows color (decimal): -730580 or 2939636. OLE color: 2939636.
HSL color Cylindrical-coordinate representation of color #F4DA2C: hue angle of 52.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4DA2C is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 44 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.04 |
| HSL | 52.2º | 0.9% | 0.56% | - |
| HSV(B) | 52.2º | 0.82% | 0.96% | - |
| XYZ | 62.83 | 69.56 | 12.5 | - |
| YUV | 205.94 | 36.61 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 44 | 0 | 0.11 | 0.82 | 0.04 | 52.2 | 0.9 | 0.56 |
| Hex | F4 | DA | 2C | 0 | B | 52 | 4 | 34 | 5A | 38 |
| Octal | 364 | 332 | 54 | 0 | 13 | 122 | 4 | 64 | 132 | 70 |
| Binary | 11110100 | 11011010 | 101100 | 0 | 1011 | 1010010 | 100 | 110100 | 1011010 | 111000 |
Color Harmonies of #F4DA2C
Complementary color
Monochromatic Colors of #F4DA2C
Black with #F4DA2C
Text Example
Text Example
White with #F4DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA2C; }
p { color: rgb(244,218,44); }
H1.HeaderClassName
{
color: #F4DA2C;
}
.AnyTagClassName
{
color: #F4DA2C;
}
</style>
background-color css
<style>
a { background-color: #F4DA2C; }
a { background-color: rgb(244,218,44); }
div.DivClassName
{
background-color: #F4DA2C;
}
.BgClassName
{
background-color: #F4DA2C;
}
</style>
border-color css
<style>
span { border-color: #F4DA2C; }
span { border-color: rgb(244,218,44); }
td.TdClassName
{
border-color: #F4DA2C;
}
.TagClassName
{
border-color: #F4DA2C;
}
</style>