Shades of Tidal #F0FC86
Tints of Tidal #F0FC86
RGB
CMYK
RGB Variations
Color information
#F0FC86 (or 0xF0FC86) is known color: Tidal. HEX triplet: F0, FC and 86. RGB value is (240,252,134). Sum of RGB (Red+Green+Blue) = 240+252+134=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 134 (52.73% from 255 or 21.41% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FC86 is #0F0379. Grayscale: #EBEBEB. Windows color (decimal): -983930 or 8846576. OLE color: 8846576.
HSL color Cylindrical-coordinate representation of color #F0FC86: hue angle of 66.1º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0FC86 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 134 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.01 |
| HSL | 66.1º | 0.95% | 0.76% | - |
| HSV(B) | 66.1º | 0.47% | 0.99% | - |
| XYZ | 75.05 | 89.87 | 35.94 | - |
| YUV | 234.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 134 | 0.05 | 0 | 0.47 | 0.01 | 66.1 | 0.95 | 0.76 |
| Hex | F0 | FC | 86 | 5 | 0 | 2F | 1 | 42 | 5F | 4C |
| Octal | 360 | 374 | 206 | 5 | 0 | 57 | 1 | 102 | 137 | 114 |
| Binary | 11110000 | 11111100 | 10000110 | 101 | 0 | 101111 | 1 | 1000010 | 1011111 | 1001100 |
Color Harmonies of #F0FC86
Complementary color
Monochromatic Colors of #F0FC86
Black with #F0FC86
Text Example
Text Example
White with #F0FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC86; }
p { color: rgb(240,252,134); }
H1.HeaderClassName
{
color: #F0FC86;
}
.AnyTagClassName
{
color: #F0FC86;
}
</style>
background-color css
<style>
a { background-color: #F0FC86; }
a { background-color: rgb(240,252,134); }
div.DivClassName
{
background-color: #F0FC86;
}
.BgClassName
{
background-color: #F0FC86;
}
</style>
border-color css
<style>
span { border-color: #F0FC86; }
span { border-color: rgb(240,252,134); }
td.TdClassName
{
border-color: #F0FC86;
}
.TagClassName
{
border-color: #F0FC86;
}
</style>