Shades of Tidal #F0F88B
Tints of Tidal #F0F88B
RGB
CMYK
RGB Variations
Color information
#F0F88B (or 0xF0F88B) is known color: Tidal. HEX triplet: F0, F8 and 8B. RGB value is (240,248,139). Sum of RGB (Red+Green+Blue) = 240+248+139=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 139 (54.69% from 255 or 22.17% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F88B is #0F0774. Grayscale: #E9E9E9. Windows color (decimal): -984949 or 9173232. OLE color: 9173232.
HSL color Cylindrical-coordinate representation of color #F0F88B: hue angle of 64.4º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0F88B is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 139 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.03 |
| HSL | 64.4º | 0.89% | 0.76% | - |
| HSV(B) | 64.4º | 0.44% | 0.97% | - |
| XYZ | 74.16 | 87.52 | 37.41 | - |
| YUV | 233.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 139 | 0.03 | 0 | 0.44 | 0.03 | 64.4 | 0.89 | 0.76 |
| Hex | F0 | F8 | 8B | 3 | 0 | 2C | 3 | 40 | 59 | 4C |
| Octal | 360 | 370 | 213 | 3 | 0 | 54 | 3 | 100 | 131 | 114 |
| Binary | 11110000 | 11111000 | 10001011 | 11 | 0 | 101100 | 11 | 1000000 | 1011001 | 1001100 |
Color Harmonies of #F0F88B
Complementary color
Monochromatic Colors of #F0F88B
Black with #F0F88B
Text Example
Text Example
White with #F0F88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F88B; }
p { color: rgb(240,248,139); }
H1.HeaderClassName
{
color: #F0F88B;
}
.AnyTagClassName
{
color: #F0F88B;
}
</style>
background-color css
<style>
a { background-color: #F0F88B; }
a { background-color: rgb(240,248,139); }
div.DivClassName
{
background-color: #F0F88B;
}
.BgClassName
{
background-color: #F0F88B;
}
</style>
border-color css
<style>
span { border-color: #F0F88B; }
span { border-color: rgb(240,248,139); }
td.TdClassName
{
border-color: #F0F88B;
}
.TagClassName
{
border-color: #F0F88B;
}
</style>