Shades of Tidal #F0F187
Tints of Tidal #F0F187
RGB
CMYK
RGB Variations
Color information
#F0F187 (or 0xF0F187) is known color: Tidal. HEX triplet: F0, F1 and 87. RGB value is (240,241,135). Sum of RGB (Red+Green+Blue) = 240+241+135=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 135 (53.12% from 255 or 21.92% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F187 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F187 is #0F0E78. Grayscale: #E5E5E5. Windows color (decimal): -986745 or 8909296. OLE color: 8909296.
HSL color Cylindrical-coordinate representation of color #F0F187: hue angle of 60.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0F187 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 135 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.05 |
| HSL | 60.57º | 0.79% | 0.74% | - |
| HSV(B) | 60.57º | 0.44% | 0.95% | - |
| XYZ | 71.76 | 83.19 | 35.2 | - |
| YUV | 228.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 135 | 0.00 | 0 | 0.44 | 0.05 | 60.57 | 0.79 | 0.74 |
| Hex | F0 | F1 | 87 | 0 | 0 | 2C | 5 | 3D | 4F | 4A |
| Octal | 360 | 361 | 207 | 0 | 0 | 54 | 5 | 75 | 117 | 112 |
| Binary | 11110000 | 11110001 | 10000111 | 0 | 0 | 101100 | 101 | 111101 | 1001111 | 1001010 |
Color Harmonies of #F0F187
Complementary color
Monochromatic Colors of #F0F187
Black with #F0F187
Text Example
Text Example
White with #F0F187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F187; }
p { color: rgb(240,241,135); }
H1.HeaderClassName
{
color: #F0F187;
}
.AnyTagClassName
{
color: #F0F187;
}
</style>
background-color css
<style>
a { background-color: #F0F187; }
a { background-color: rgb(240,241,135); }
div.DivClassName
{
background-color: #F0F187;
}
.BgClassName
{
background-color: #F0F187;
}
</style>
border-color css
<style>
span { border-color: #F0F187; }
span { border-color: rgb(240,241,135); }
td.TdClassName
{
border-color: #F0F187;
}
.TagClassName
{
border-color: #F0F187;
}
</style>