Shades of Golden Fizz #F4F528
Tints of Golden Fizz #F4F528
RGB
CMYK
RGB Variations
Color information
#F4F528 (or 0xF4F528) is known color: Golden Fizz. HEX triplet: F4, F5 and 28. RGB value is (244,245,40). Sum of RGB (Red+Green+Blue) = 244+245+40=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F4F528 is #0B0AD7. Grayscale: #DEDEDE. Windows color (decimal): -723672 or 2684404. OLE color: 2684404.
HSL color Cylindrical-coordinate representation of color #F4F528: hue angle of 60.29º degrees, saturation: 0.91, 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 #F4F528 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 245 | 40 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.04 |
| HSL | 60.29º | 0.91% | 0.56% | - |
| HSV(B) | 60.29º | 0.84% | 0.96% | - |
| XYZ | 70.34 | 84.69 | 14.65 | - |
| YUV | 221.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 245 | 40 | 0.00 | 0 | 0.84 | 0.04 | 60.29 | 0.91 | 0.56 |
| Hex | F4 | F5 | 28 | 0 | 0 | 54 | 4 | 3C | 5B | 38 |
| Octal | 364 | 365 | 50 | 0 | 0 | 124 | 4 | 74 | 133 | 70 |
| Binary | 11110100 | 11110101 | 101000 | 0 | 0 | 1010100 | 100 | 111100 | 1011011 | 111000 |
Color Harmonies of #F4F528
Complementary color
Monochromatic Colors of #F4F528
Black with #F4F528
Text Example
Text Example
White with #F4F528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4F528; }
p { color: rgb(244,245,40); }
H1.HeaderClassName
{
color: #F4F528;
}
.AnyTagClassName
{
color: #F4F528;
}
</style>
background-color css
<style>
a { background-color: #F4F528; }
a { background-color: rgb(244,245,40); }
div.DivClassName
{
background-color: #F4F528;
}
.BgClassName
{
background-color: #F4F528;
}
</style>
border-color css
<style>
span { border-color: #F4F528; }
span { border-color: rgb(244,245,40); }
td.TdClassName
{
border-color: #F4F528;
}
.TagClassName
{
border-color: #F4F528;
}
</style>