Shades of Tidal #F0F18B
Tints of Tidal #F0F18B
RGB
CMYK
RGB Variations
Color information
#F0F18B (or 0xF0F18B) is known color: Tidal. HEX triplet: F0, F1 and 8B. RGB value is (240,241,139). Sum of RGB (Red+Green+Blue) = 240+241+139=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 139 (54.69% from 255 or 22.42% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F18B is #0F0E74. Grayscale: #E5E5E5. Windows color (decimal): -986741 or 9171440. OLE color: 9171440.
HSL color Cylindrical-coordinate representation of color #F0F18B: hue angle of 60.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0F18B is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 139 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.05 |
| HSL | 60.59º | 0.78% | 0.75% | - |
| HSV(B) | 60.59º | 0.42% | 0.95% | - |
| XYZ | 72.05 | 83.3 | 36.71 | - |
| YUV | 229.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 139 | 0.00 | 0 | 0.42 | 0.05 | 60.59 | 0.78 | 0.75 |
| Hex | F0 | F1 | 8B | 0 | 0 | 2A | 5 | 3D | 4E | 4B |
| Octal | 360 | 361 | 213 | 0 | 0 | 52 | 5 | 75 | 116 | 113 |
| Binary | 11110000 | 11110001 | 10001011 | 0 | 0 | 101010 | 101 | 111101 | 1001110 | 1001011 |
Color Harmonies of #F0F18B
Complementary color
Monochromatic Colors of #F0F18B
Black with #F0F18B
Text Example
Text Example
White with #F0F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F18B; }
p { color: rgb(240,241,139); }
H1.HeaderClassName
{
color: #F0F18B;
}
.AnyTagClassName
{
color: #F0F18B;
}
</style>
background-color css
<style>
a { background-color: #F0F18B; }
a { background-color: rgb(240,241,139); }
div.DivClassName
{
background-color: #F0F18B;
}
.BgClassName
{
background-color: #F0F18B;
}
</style>
border-color css
<style>
span { border-color: #F0F18B; }
span { border-color: rgb(240,241,139); }
td.TdClassName
{
border-color: #F0F18B;
}
.TagClassName
{
border-color: #F0F18B;
}
</style>