Shades of Tidal #F8F986
Tints of Tidal #F8F986
RGB
CMYK
RGB Variations
Color information
#F8F986 (or 0xF8F986) is known color: Tidal. HEX triplet: F8, F9 and 86. RGB value is (248,249,134). Sum of RGB (Red+Green+Blue) = 248+249+134=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 134 (52.73% from 255 or 21.24% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F986 is #070679. Grayscale: #ECECEC. Windows color (decimal): -460410 or 8845816. OLE color: 8845816.
HSL color Cylindrical-coordinate representation of color #F8F986: hue angle of 60.52º degrees, saturation: 0.91, 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 #F8F986 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 134 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.02 |
| HSL | 60.52º | 0.91% | 0.75% | - |
| HSV(B) | 60.52º | 0.46% | 0.98% | - |
| XYZ | 76.89 | 89.43 | 35.76 | - |
| YUV | 235.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 134 | 0.00 | 0 | 0.46 | 0.02 | 60.52 | 0.91 | 0.75 |
| Hex | F8 | F9 | 86 | 0 | 0 | 2E | 2 | 3D | 5B | 4B |
| Octal | 370 | 371 | 206 | 0 | 0 | 56 | 2 | 75 | 133 | 113 |
| Binary | 11111000 | 11111001 | 10000110 | 0 | 0 | 101110 | 10 | 111101 | 1011011 | 1001011 |
Color Harmonies of #F8F986
Complementary color
Monochromatic Colors of #F8F986
Black with #F8F986
Text Example
Text Example
White with #F8F986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F986; }
p { color: rgb(248,249,134); }
H1.HeaderClassName
{
color: #F8F986;
}
.AnyTagClassName
{
color: #F8F986;
}
</style>
background-color css
<style>
a { background-color: #F8F986; }
a { background-color: rgb(248,249,134); }
div.DivClassName
{
background-color: #F8F986;
}
.BgClassName
{
background-color: #F8F986;
}
</style>
border-color css
<style>
span { border-color: #F8F986; }
span { border-color: rgb(248,249,134); }
td.TdClassName
{
border-color: #F8F986;
}
.TagClassName
{
border-color: #F8F986;
}
</style>