Shades of Tidal #F0F981
Tints of Tidal #F0F981
RGB
CMYK
RGB Variations
Color information
#F0F981 (or 0xF0F981) is known color: Tidal. HEX triplet: F0, F9 and 81. RGB value is (240,249,129). Sum of RGB (Red+Green+Blue) = 240+249+129=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 129 (50.78% from 255 or 20.87% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F981 is #0F067E. Grayscale: #E9E9E9. Windows color (decimal): -984703 or 8518128. OLE color: 8518128.
HSL color Cylindrical-coordinate representation of color #F0F981: hue angle of 64.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F981 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 129 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.02 |
| HSL | 64.5º | 0.91% | 0.74% | - |
| HSV(B) | 64.5º | 0.48% | 0.98% | - |
| XYZ | 73.77 | 87.86 | 33.84 | - |
| YUV | 232.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 129 | 0.04 | 0 | 0.48 | 0.02 | 64.5 | 0.91 | 0.74 |
| Hex | F0 | F9 | 81 | 4 | 0 | 30 | 2 | 40 | 5B | 4A |
| Octal | 360 | 371 | 201 | 4 | 0 | 60 | 2 | 100 | 133 | 112 |
| Binary | 11110000 | 11111001 | 10000001 | 100 | 0 | 110000 | 10 | 1000000 | 1011011 | 1001010 |
Color Harmonies of #F0F981
Complementary color
Monochromatic Colors of #F0F981
Black with #F0F981
Text Example
Text Example
White with #F0F981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F981; }
p { color: rgb(240,249,129); }
H1.HeaderClassName
{
color: #F0F981;
}
.AnyTagClassName
{
color: #F0F981;
}
</style>
background-color css
<style>
a { background-color: #F0F981; }
a { background-color: rgb(240,249,129); }
div.DivClassName
{
background-color: #F0F981;
}
.BgClassName
{
background-color: #F0F981;
}
</style>
border-color css
<style>
span { border-color: #F0F981; }
span { border-color: rgb(240,249,129); }
td.TdClassName
{
border-color: #F0F981;
}
.TagClassName
{
border-color: #F0F981;
}
</style>