Shades of Tidal #F0FA80
Tints of Tidal #F0FA80
RGB
CMYK
RGB Variations
Color information
#F0FA80 (or 0xF0FA80) is known color: Tidal. HEX triplet: F0, FA and 80. RGB value is (240,250,128). Sum of RGB (Red+Green+Blue) = 240+250+128=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 128 (50.39% from 255 or 20.71% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FA80 is #0F057F. Grayscale: #E9E9E9. Windows color (decimal): -984448 or 8452848. OLE color: 8452848.
HSL color Cylindrical-coordinate representation of color #F0FA80: hue angle of 64.92º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0FA80 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 128 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.02 |
| HSL | 64.92º | 0.92% | 0.74% | - |
| HSV(B) | 64.92º | 0.49% | 0.98% | - |
| XYZ | 74.02 | 88.45 | 33.59 | - |
| YUV | 233.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 128 | 0.04 | 0 | 0.49 | 0.02 | 64.92 | 0.92 | 0.74 |
| Hex | F0 | FA | 80 | 4 | 0 | 31 | 2 | 41 | 5C | 4A |
| Octal | 360 | 372 | 200 | 4 | 0 | 61 | 2 | 101 | 134 | 112 |
| Binary | 11110000 | 11111010 | 10000000 | 100 | 0 | 110001 | 10 | 1000001 | 1011100 | 1001010 |
Color Harmonies of #F0FA80
Complementary color
Monochromatic Colors of #F0FA80
Black with #F0FA80
Text Example
Text Example
White with #F0FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA80; }
p { color: rgb(240,250,128); }
H1.HeaderClassName
{
color: #F0FA80;
}
.AnyTagClassName
{
color: #F0FA80;
}
</style>
background-color css
<style>
a { background-color: #F0FA80; }
a { background-color: rgb(240,250,128); }
div.DivClassName
{
background-color: #F0FA80;
}
.BgClassName
{
background-color: #F0FA80;
}
</style>
border-color css
<style>
span { border-color: #F0FA80; }
span { border-color: rgb(240,250,128); }
td.TdClassName
{
border-color: #F0FA80;
}
.TagClassName
{
border-color: #F0FA80;
}
</style>