Shades of Tidal #F0FB86
Tints of Tidal #F0FB86
RGB
CMYK
RGB Variations
Color information
#F0FB86 (or 0xF0FB86) is known color: Tidal. HEX triplet: F0, FB and 86. RGB value is (240,251,134). Sum of RGB (Red+Green+Blue) = 240+251+134=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 134 (52.73% from 255 or 21.44% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FB86 is #0F0479. Grayscale: #EAEAEA. Windows color (decimal): -984186 or 8846320. OLE color: 8846320.
HSL color Cylindrical-coordinate representation of color #F0FB86: hue angle of 65.64º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0FB86 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 134 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.02 |
| HSL | 65.64º | 0.94% | 0.75% | - |
| HSV(B) | 65.64º | 0.47% | 0.98% | - |
| XYZ | 74.74 | 89.24 | 35.84 | - |
| YUV | 234.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 134 | 0.04 | 0 | 0.47 | 0.02 | 65.64 | 0.94 | 0.75 |
| Hex | F0 | FB | 86 | 4 | 0 | 2F | 2 | 42 | 5E | 4B |
| Octal | 360 | 373 | 206 | 4 | 0 | 57 | 2 | 102 | 136 | 113 |
| Binary | 11110000 | 11111011 | 10000110 | 100 | 0 | 101111 | 10 | 1000010 | 1011110 | 1001011 |
Color Harmonies of #F0FB86
Complementary color
Monochromatic Colors of #F0FB86
Black with #F0FB86
Text Example
Text Example
White with #F0FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB86; }
p { color: rgb(240,251,134); }
H1.HeaderClassName
{
color: #F0FB86;
}
.AnyTagClassName
{
color: #F0FB86;
}
</style>
background-color css
<style>
a { background-color: #F0FB86; }
a { background-color: rgb(240,251,134); }
div.DivClassName
{
background-color: #F0FB86;
}
.BgClassName
{
background-color: #F0FB86;
}
</style>
border-color css
<style>
span { border-color: #F0FB86; }
span { border-color: rgb(240,251,134); }
td.TdClassName
{
border-color: #F0FB86;
}
.TagClassName
{
border-color: #F0FB86;
}
</style>