Shades of Golden Fizz #F4ED2C
Tints of Golden Fizz #F4ED2C
RGB
CMYK
RGB Variations
Color information
#F4ED2C (or 0xF4ED2C) is known color: Golden Fizz. HEX triplet: F4, ED and 2C. RGB value is (244,237,44). Sum of RGB (Red+Green+Blue) = 244+237+44=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 44 (17.58% from 255 or 8.38% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4ED2C is #0B12D3. Grayscale: #D9D9D9. Windows color (decimal): -725716 or 2944500. OLE color: 2944500.
HSL color Cylindrical-coordinate representation of color #F4ED2C: hue angle of 57.9º 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 #F4ED2C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 44 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.04 |
| HSL | 57.9º | 0.9% | 0.56% | - |
| HSV(B) | 57.9º | 0.82% | 0.96% | - |
| XYZ | 68.05 | 79.98 | 14.23 | - |
| YUV | 217.09 | 30.32 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 44 | 0 | 0.03 | 0.82 | 0.04 | 57.9 | 0.9 | 0.56 |
| Hex | F4 | ED | 2C | 0 | 3 | 52 | 4 | 3A | 5A | 38 |
| Octal | 364 | 355 | 54 | 0 | 3 | 122 | 4 | 72 | 132 | 70 |
| Binary | 11110100 | 11101101 | 101100 | 0 | 11 | 1010010 | 100 | 111010 | 1011010 | 111000 |
Color Harmonies of #F4ED2C
Complementary color
Monochromatic Colors of #F4ED2C
Black with #F4ED2C
Text Example
Text Example
White with #F4ED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ED2C; }
p { color: rgb(244,237,44); }
H1.HeaderClassName
{
color: #F4ED2C;
}
.AnyTagClassName
{
color: #F4ED2C;
}
</style>
background-color css
<style>
a { background-color: #F4ED2C; }
a { background-color: rgb(244,237,44); }
div.DivClassName
{
background-color: #F4ED2C;
}
.BgClassName
{
background-color: #F4ED2C;
}
</style>
border-color css
<style>
span { border-color: #F4ED2C; }
span { border-color: rgb(244,237,44); }
td.TdClassName
{
border-color: #F4ED2C;
}
.TagClassName
{
border-color: #F4ED2C;
}
</style>