Shades of Golden Fizz #F4DC2F
Tints of Golden Fizz #F4DC2F
RGB
CMYK
RGB Variations
Color information
#F4DC2F (or 0xF4DC2F) is known color: Golden Fizz. HEX triplet: F4, DC and 2F. RGB value is (244,220,47). Sum of RGB (Red+Green+Blue) = 244+220+47=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DC2F is #0B23D0. Grayscale: #D0D0D0. Windows color (decimal): -730065 or 3136756. OLE color: 3136756.
HSL color Cylindrical-coordinate representation of color #F4DC2F: hue angle of 52.69º 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 #F4DC2F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 47 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.04 |
| HSL | 52.69º | 0.9% | 0.57% | - |
| HSV(B) | 52.69º | 0.81% | 0.96% | - |
| XYZ | 63.41 | 70.62 | 12.98 | - |
| YUV | 207.45 | 37.45 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 47 | 0 | 0.10 | 0.81 | 0.04 | 52.69 | 0.9 | 0.57 |
| Hex | F4 | DC | 2F | 0 | A | 51 | 4 | 35 | 5A | 39 |
| Octal | 364 | 334 | 57 | 0 | 12 | 121 | 4 | 65 | 132 | 71 |
| Binary | 11110100 | 11011100 | 101111 | 0 | 1010 | 1010001 | 100 | 110101 | 1011010 | 111001 |
Color Harmonies of #F4DC2F
Complementary color
Monochromatic Colors of #F4DC2F
Black with #F4DC2F
Text Example
Text Example
White with #F4DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC2F; }
p { color: rgb(244,220,47); }
H1.HeaderClassName
{
color: #F4DC2F;
}
.AnyTagClassName
{
color: #F4DC2F;
}
</style>
background-color css
<style>
a { background-color: #F4DC2F; }
a { background-color: rgb(244,220,47); }
div.DivClassName
{
background-color: #F4DC2F;
}
.BgClassName
{
background-color: #F4DC2F;
}
</style>
border-color css
<style>
span { border-color: #F4DC2F; }
span { border-color: rgb(244,220,47); }
td.TdClassName
{
border-color: #F4DC2F;
}
.TagClassName
{
border-color: #F4DC2F;
}
</style>