Shades of Golden Fizz #F4DA2A
Tints of Golden Fizz #F4DA2A
RGB
CMYK
RGB Variations
Color information
#F4DA2A (or 0xF4DA2A) is known color: Golden Fizz. HEX triplet: F4, DA and 2A. RGB value is (244,218,42). Sum of RGB (Red+Green+Blue) = 244+218+42=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA2A is #0B25D5. Grayscale: #CECECE. Windows color (decimal): -730582 or 2808564. OLE color: 2808564.
HSL color Cylindrical-coordinate representation of color #F4DA2A: hue angle of 52.28º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F4DA2A is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 42 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.04 |
| HSL | 52.28º | 0.9% | 0.56% | - |
| HSV(B) | 52.28º | 0.83% | 0.96% | - |
| XYZ | 62.8 | 69.54 | 12.3 | - |
| YUV | 205.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 42 | 0 | 0.11 | 0.83 | 0.04 | 52.28 | 0.9 | 0.56 |
| Hex | F4 | DA | 2A | 0 | B | 53 | 4 | 34 | 5A | 38 |
| Octal | 364 | 332 | 52 | 0 | 13 | 123 | 4 | 64 | 132 | 70 |
| Binary | 11110100 | 11011010 | 101010 | 0 | 1011 | 1010011 | 100 | 110100 | 1011010 | 111000 |
Color Harmonies of #F4DA2A
Complementary color
Monochromatic Colors of #F4DA2A
Black with #F4DA2A
Text Example
Text Example
White with #F4DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA2A; }
p { color: rgb(244,218,42); }
H1.HeaderClassName
{
color: #F4DA2A;
}
.AnyTagClassName
{
color: #F4DA2A;
}
</style>
background-color css
<style>
a { background-color: #F4DA2A; }
a { background-color: rgb(244,218,42); }
div.DivClassName
{
background-color: #F4DA2A;
}
.BgClassName
{
background-color: #F4DA2A;
}
</style>
border-color css
<style>
span { border-color: #F4DA2A; }
span { border-color: rgb(244,218,42); }
td.TdClassName
{
border-color: #F4DA2A;
}
.TagClassName
{
border-color: #F4DA2A;
}
</style>