Shades of Golden Fizz #F4DC28
Tints of Golden Fizz #F4DC28
RGB
CMYK
RGB Variations
Color information
#F4DC28 (or 0xF4DC28) is known color: Golden Fizz. HEX triplet: F4, DC and 28. RGB value is (244,220,40). Sum of RGB (Red+Green+Blue) = 244+220+40=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DC28 is #0B23D7. Grayscale: #CFCFCF. Windows color (decimal): -730072 or 2678004. OLE color: 2678004.
HSL color Cylindrical-coordinate representation of color #F4DC28: hue angle of 52.94º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4DC28 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 40 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.04 |
| HSL | 52.94º | 0.9% | 0.56% | - |
| HSV(B) | 52.94º | 0.84% | 0.96% | - |
| XYZ | 63.28 | 70.57 | 12.29 | - |
| YUV | 206.66 | 33.95 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 40 | 0 | 0.10 | 0.84 | 0.04 | 52.94 | 0.9 | 0.56 |
| Hex | F4 | DC | 28 | 0 | A | 54 | 4 | 35 | 5A | 38 |
| Octal | 364 | 334 | 50 | 0 | 12 | 124 | 4 | 65 | 132 | 70 |
| Binary | 11110100 | 11011100 | 101000 | 0 | 1010 | 1010100 | 100 | 110101 | 1011010 | 111000 |
Color Harmonies of #F4DC28
Complementary color
Monochromatic Colors of #F4DC28
Black with #F4DC28
Text Example
Text Example
White with #F4DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC28; }
p { color: rgb(244,220,40); }
H1.HeaderClassName
{
color: #F4DC28;
}
.AnyTagClassName
{
color: #F4DC28;
}
</style>
background-color css
<style>
a { background-color: #F4DC28; }
a { background-color: rgb(244,220,40); }
div.DivClassName
{
background-color: #F4DC28;
}
.BgClassName
{
background-color: #F4DC28;
}
</style>
border-color css
<style>
span { border-color: #F4DC28; }
span { border-color: rgb(244,220,40); }
td.TdClassName
{
border-color: #F4DC28;
}
.TagClassName
{
border-color: #F4DC28;
}
</style>