Shades of Tidal #F0FA87
Tints of Tidal #F0FA87
RGB
CMYK
RGB Variations
Color information
#F0FA87 (or 0xF0FA87) is known color: Tidal. HEX triplet: F0, FA and 87. RGB value is (240,250,135). Sum of RGB (Red+Green+Blue) = 240+250+135=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 135 (53.12% from 255 or 21.6% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FA87 is #0F0578. Grayscale: #EAEAEA. Windows color (decimal): -984441 or 8911600. OLE color: 8911600.
HSL color Cylindrical-coordinate representation of color #F0FA87: hue angle of 65.22º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0FA87 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 135 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.02 |
| HSL | 65.22º | 0.92% | 0.75% | - |
| HSV(B) | 65.22º | 0.46% | 0.98% | - |
| XYZ | 74.49 | 88.65 | 36.11 | - |
| YUV | 233.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 135 | 0.04 | 0 | 0.46 | 0.02 | 65.22 | 0.92 | 0.75 |
| Hex | F0 | FA | 87 | 4 | 0 | 2E | 2 | 41 | 5C | 4B |
| Octal | 360 | 372 | 207 | 4 | 0 | 56 | 2 | 101 | 134 | 113 |
| Binary | 11110000 | 11111010 | 10000111 | 100 | 0 | 101110 | 10 | 1000001 | 1011100 | 1001011 |
Color Harmonies of #F0FA87
Complementary color
Monochromatic Colors of #F0FA87
Black with #F0FA87
Text Example
Text Example
White with #F0FA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA87; }
p { color: rgb(240,250,135); }
H1.HeaderClassName
{
color: #F0FA87;
}
.AnyTagClassName
{
color: #F0FA87;
}
</style>
background-color css
<style>
a { background-color: #F0FA87; }
a { background-color: rgb(240,250,135); }
div.DivClassName
{
background-color: #F0FA87;
}
.BgClassName
{
background-color: #F0FA87;
}
</style>
border-color css
<style>
span { border-color: #F0FA87; }
span { border-color: rgb(240,250,135); }
td.TdClassName
{
border-color: #F0FA87;
}
.TagClassName
{
border-color: #F0FA87;
}
</style>