Shades of Golden Fizz #F0FA28
Tints of Golden Fizz #F0FA28
RGB
CMYK
RGB Variations
Color information
#F0FA28 (or 0xF0FA28) is known color: Golden Fizz. HEX triplet: F0, FA and 28. RGB value is (240,250,40). Sum of RGB (Red+Green+Blue) = 240+250+40=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 40 (16.02% from 255 or 7.55% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA28 is #0F05D7. Grayscale: #DFDFDF. Windows color (decimal): -984536 or 2685680. OLE color: 2685680.
HSL color Cylindrical-coordinate representation of color #F0FA28: hue angle of 62.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0FA28 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 40 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.02 |
| HSL | 62.86º | 0.95% | 0.57% | - |
| HSV(B) | 62.86º | 0.84% | 0.98% | - |
| XYZ | 70.5 | 87.05 | 15.09 | - |
| YUV | 223.07 | 24.69 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 40 | 0.04 | 0 | 0.84 | 0.02 | 62.86 | 0.95 | 0.57 |
| Hex | F0 | FA | 28 | 4 | 0 | 54 | 2 | 3F | 5F | 39 |
| Octal | 360 | 372 | 50 | 4 | 0 | 124 | 2 | 77 | 137 | 71 |
| Binary | 11110000 | 11111010 | 101000 | 100 | 0 | 1010100 | 10 | 111111 | 1011111 | 111001 |
Color Harmonies of #F0FA28
Complementary color
Monochromatic Colors of #F0FA28
Black with #F0FA28
Text Example
Text Example
White with #F0FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA28; }
p { color: rgb(240,250,40); }
H1.HeaderClassName
{
color: #F0FA28;
}
.AnyTagClassName
{
color: #F0FA28;
}
</style>
background-color css
<style>
a { background-color: #F0FA28; }
a { background-color: rgb(240,250,40); }
div.DivClassName
{
background-color: #F0FA28;
}
.BgClassName
{
background-color: #F0FA28;
}
</style>
border-color css
<style>
span { border-color: #F0FA28; }
span { border-color: rgb(240,250,40); }
td.TdClassName
{
border-color: #F0FA28;
}
.TagClassName
{
border-color: #F0FA28;
}
</style>