Shades of Tidal #F0F984
Tints of Tidal #F0F984
RGB
CMYK
RGB Variations
Color information
#F0F984 (or 0xF0F984) is known color: Tidal. HEX triplet: F0, F9 and 84. RGB value is (240,249,132). Sum of RGB (Red+Green+Blue) = 240+249+132=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 132 (51.95% from 255 or 21.26% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F984 is #0F067B. Grayscale: #E9E9E9. Windows color (decimal): -984700 or 8714736. OLE color: 8714736.
HSL color Cylindrical-coordinate representation of color #F0F984: hue angle of 64.62º degrees, saturation: 0.91, 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 #F0F984 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 132 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.02 |
| HSL | 64.62º | 0.91% | 0.75% | - |
| HSV(B) | 64.62º | 0.47% | 0.98% | - |
| XYZ | 73.98 | 87.94 | 34.91 | - |
| YUV | 232.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 132 | 0.04 | 0 | 0.47 | 0.02 | 64.62 | 0.91 | 0.75 |
| Hex | F0 | F9 | 84 | 4 | 0 | 2F | 2 | 41 | 5B | 4B |
| Octal | 360 | 371 | 204 | 4 | 0 | 57 | 2 | 101 | 133 | 113 |
| Binary | 11110000 | 11111001 | 10000100 | 100 | 0 | 101111 | 10 | 1000001 | 1011011 | 1001011 |
Color Harmonies of #F0F984
Complementary color
Monochromatic Colors of #F0F984
Black with #F0F984
Text Example
Text Example
White with #F0F984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F984; }
p { color: rgb(240,249,132); }
H1.HeaderClassName
{
color: #F0F984;
}
.AnyTagClassName
{
color: #F0F984;
}
</style>
background-color css
<style>
a { background-color: #F0F984; }
a { background-color: rgb(240,249,132); }
div.DivClassName
{
background-color: #F0F984;
}
.BgClassName
{
background-color: #F0F984;
}
</style>
border-color css
<style>
span { border-color: #F0F984; }
span { border-color: rgb(240,249,132); }
td.TdClassName
{
border-color: #F0F984;
}
.TagClassName
{
border-color: #F0F984;
}
</style>