Shades of Tidal #F0F68E
Tints of Tidal #F0F68E
RGB
CMYK
RGB Variations
Color information
#F0F68E (or 0xF0F68E) is known color: Tidal. HEX triplet: F0, F6 and 8E. RGB value is (240,246,142). Sum of RGB (Red+Green+Blue) = 240+246+142=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 142 (55.86% from 255 or 22.61% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F68E is #0F0971. Grayscale: #E8E8E8. Windows color (decimal): -985458 or 9369328. OLE color: 9369328.
HSL color Cylindrical-coordinate representation of color #F0F68E: hue angle of 63.46º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0F68E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 142 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.04 |
| HSL | 63.46º | 0.85% | 0.76% | - |
| HSV(B) | 63.46º | 0.42% | 0.96% | - |
| XYZ | 73.77 | 86.39 | 38.38 | - |
| YUV | 232.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 142 | 0.02 | 0 | 0.42 | 0.04 | 63.46 | 0.85 | 0.76 |
| Hex | F0 | F6 | 8E | 2 | 0 | 2A | 4 | 3F | 55 | 4C |
| Octal | 360 | 366 | 216 | 2 | 0 | 52 | 4 | 77 | 125 | 114 |
| Binary | 11110000 | 11110110 | 10001110 | 10 | 0 | 101010 | 100 | 111111 | 1010101 | 1001100 |
Color Harmonies of #F0F68E
Complementary color
Monochromatic Colors of #F0F68E
Black with #F0F68E
Text Example
Text Example
White with #F0F68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F68E; }
p { color: rgb(240,246,142); }
H1.HeaderClassName
{
color: #F0F68E;
}
.AnyTagClassName
{
color: #F0F68E;
}
</style>
background-color css
<style>
a { background-color: #F0F68E; }
a { background-color: rgb(240,246,142); }
div.DivClassName
{
background-color: #F0F68E;
}
.BgClassName
{
background-color: #F0F68E;
}
</style>
border-color css
<style>
span { border-color: #F0F68E; }
span { border-color: rgb(240,246,142); }
td.TdClassName
{
border-color: #F0F68E;
}
.TagClassName
{
border-color: #F0F68E;
}
</style>