Shades of Tidal #F0F388
Tints of Tidal #F0F388
RGB
CMYK
RGB Variations
Color information
#F0F388 (or 0xF0F388) is known color: Tidal. HEX triplet: F0, F3 and 88. RGB value is (240,243,136). Sum of RGB (Red+Green+Blue) = 240+243+136=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 136 (53.52% from 255 or 21.97% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F388 is #0F0C77. Grayscale: #E6E6E6. Windows color (decimal): -986232 or 8975344. OLE color: 8975344.
HSL color Cylindrical-coordinate representation of color #F0F388: hue angle of 61.68º degrees, saturation: 0.82, 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 #F0F388 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 136 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.05 |
| HSL | 61.68º | 0.82% | 0.74% | - |
| HSV(B) | 61.68º | 0.44% | 0.95% | - |
| XYZ | 72.43 | 84.4 | 35.77 | - |
| YUV | 229.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 136 | 0.01 | 0 | 0.44 | 0.05 | 61.68 | 0.82 | 0.74 |
| Hex | F0 | F3 | 88 | 1 | 0 | 2C | 5 | 3E | 52 | 4A |
| Octal | 360 | 363 | 210 | 1 | 0 | 54 | 5 | 76 | 122 | 112 |
| Binary | 11110000 | 11110011 | 10001000 | 1 | 0 | 101100 | 101 | 111110 | 1010010 | 1001010 |
Color Harmonies of #F0F388
Complementary color
Monochromatic Colors of #F0F388
Black with #F0F388
Text Example
Text Example
White with #F0F388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F388; }
p { color: rgb(240,243,136); }
H1.HeaderClassName
{
color: #F0F388;
}
.AnyTagClassName
{
color: #F0F388;
}
</style>
background-color css
<style>
a { background-color: #F0F388; }
a { background-color: rgb(240,243,136); }
div.DivClassName
{
background-color: #F0F388;
}
.BgClassName
{
background-color: #F0F388;
}
</style>
border-color css
<style>
span { border-color: #F0F388; }
span { border-color: rgb(240,243,136); }
td.TdClassName
{
border-color: #F0F388;
}
.TagClassName
{
border-color: #F0F388;
}
</style>