Shades of Golden Fizz #F0F426
Tints of Golden Fizz #F0F426
RGB
CMYK
RGB Variations
Color information
#F0F426 (or 0xF0F426) is known color: Golden Fizz. HEX triplet: F0, F4 and 26. RGB value is (240,244,38). Sum of RGB (Red+Green+Blue) = 240+244+38=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 38 (15.23% from 255 or 7.28% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F426 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F426 is #0F0BD9. Grayscale: #DCDCDC. Windows color (decimal): -986074 or 2553072. OLE color: 2553072.
HSL color Cylindrical-coordinate representation of color #F0F426: hue angle of 61.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0F426 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 38 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.17º | 0.9% | 0.55% | - |
| HSV(B) | 61.17º | 0.84% | 0.96% | - |
| XYZ | 68.64 | 83.37 | 14.31 | - |
| YUV | 219.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 38 | 0.02 | 0 | 0.84 | 0.04 | 61.17 | 0.9 | 0.55 |
| Hex | F0 | F4 | 26 | 2 | 0 | 54 | 4 | 3D | 5A | 37 |
| Octal | 360 | 364 | 46 | 2 | 0 | 124 | 4 | 75 | 132 | 67 |
| Binary | 11110000 | 11110100 | 100110 | 10 | 0 | 1010100 | 100 | 111101 | 1011010 | 110111 |
Color Harmonies of #F0F426
Complementary color
Monochromatic Colors of #F0F426
Black with #F0F426
Text Example
Text Example
White with #F0F426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F426; }
p { color: rgb(240,244,38); }
H1.HeaderClassName
{
color: #F0F426;
}
.AnyTagClassName
{
color: #F0F426;
}
</style>
background-color css
<style>
a { background-color: #F0F426; }
a { background-color: rgb(240,244,38); }
div.DivClassName
{
background-color: #F0F426;
}
.BgClassName
{
background-color: #F0F426;
}
</style>
border-color css
<style>
span { border-color: #F0F426; }
span { border-color: rgb(240,244,38); }
td.TdClassName
{
border-color: #F0F426;
}
.TagClassName
{
border-color: #F0F426;
}
</style>