Shades of Tidal #F0F68B
Tints of Tidal #F0F68B
RGB
CMYK
RGB Variations
Color information
#F0F68B (or 0xF0F68B) is known color: Tidal. HEX triplet: F0, F6 and 8B. RGB value is (240,246,139). Sum of RGB (Red+Green+Blue) = 240+246+139=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 139 (54.69% from 255 or 22.24% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F68B is #0F0974. Grayscale: #E8E8E8. Windows color (decimal): -985461 or 9172720. OLE color: 9172720.
HSL color Cylindrical-coordinate representation of color #F0F68B: hue angle of 63.36º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0F68B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 139 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.04 |
| HSL | 63.36º | 0.86% | 0.75% | - |
| HSV(B) | 63.36º | 0.43% | 0.96% | - |
| XYZ | 73.55 | 86.3 | 37.21 | - |
| YUV | 232.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 139 | 0.02 | 0 | 0.43 | 0.04 | 63.36 | 0.86 | 0.75 |
| Hex | F0 | F6 | 8B | 2 | 0 | 2B | 4 | 3F | 56 | 4B |
| Octal | 360 | 366 | 213 | 2 | 0 | 53 | 4 | 77 | 126 | 113 |
| Binary | 11110000 | 11110110 | 10001011 | 10 | 0 | 101011 | 100 | 111111 | 1010110 | 1001011 |
Color Harmonies of #F0F68B
Complementary color
Monochromatic Colors of #F0F68B
Black with #F0F68B
Text Example
Text Example
White with #F0F68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F68B; }
p { color: rgb(240,246,139); }
H1.HeaderClassName
{
color: #F0F68B;
}
.AnyTagClassName
{
color: #F0F68B;
}
</style>
background-color css
<style>
a { background-color: #F0F68B; }
a { background-color: rgb(240,246,139); }
div.DivClassName
{
background-color: #F0F68B;
}
.BgClassName
{
background-color: #F0F68B;
}
</style>
border-color css
<style>
span { border-color: #F0F68B; }
span { border-color: rgb(240,246,139); }
td.TdClassName
{
border-color: #F0F68B;
}
.TagClassName
{
border-color: #F0F68B;
}
</style>