Shades of Tidal #F0F184
Tints of Tidal #F0F184
RGB
CMYK
RGB Variations
Color information
#F0F184 (or 0xF0F184) is known color: Tidal. HEX triplet: F0, F1 and 84. RGB value is (240,241,132). Sum of RGB (Red+Green+Blue) = 240+241+132=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 132 (51.95% from 255 or 21.53% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F184 is #0F0E7B. Grayscale: #E4E4E4. Windows color (decimal): -986748 or 8712688. OLE color: 8712688.
HSL color Cylindrical-coordinate representation of color #F0F184: hue angle of 60.55º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0F184 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 132 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.05 |
| HSL | 60.55º | 0.8% | 0.73% | - |
| HSV(B) | 60.55º | 0.45% | 0.95% | - |
| XYZ | 71.56 | 83.1 | 34.1 | - |
| YUV | 228.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 132 | 0.00 | 0 | 0.45 | 0.05 | 60.55 | 0.8 | 0.73 |
| Hex | F0 | F1 | 84 | 0 | 0 | 2D | 5 | 3D | 50 | 49 |
| Octal | 360 | 361 | 204 | 0 | 0 | 55 | 5 | 75 | 120 | 111 |
| Binary | 11110000 | 11110001 | 10000100 | 0 | 0 | 101101 | 101 | 111101 | 1010000 | 1001001 |
Color Harmonies of #F0F184
Complementary color
Monochromatic Colors of #F0F184
Black with #F0F184
Text Example
Text Example
White with #F0F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F184; }
p { color: rgb(240,241,132); }
H1.HeaderClassName
{
color: #F0F184;
}
.AnyTagClassName
{
color: #F0F184;
}
</style>
background-color css
<style>
a { background-color: #F0F184; }
a { background-color: rgb(240,241,132); }
div.DivClassName
{
background-color: #F0F184;
}
.BgClassName
{
background-color: #F0F184;
}
</style>
border-color css
<style>
span { border-color: #F0F184; }
span { border-color: rgb(240,241,132); }
td.TdClassName
{
border-color: #F0F184;
}
.TagClassName
{
border-color: #F0F184;
}
</style>