Shades of Tidal #F0FA7E
Tints of Tidal #F0FA7E
RGB
CMYK
RGB Variations
Color information
#F0FA7E (or 0xF0FA7E) is known color: Tidal. HEX triplet: F0, FA and 7E. RGB value is (240,250,126). Sum of RGB (Red+Green+Blue) = 240+250+126=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 126 (49.61% from 255 or 20.45% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FA7E is #0F0581. Grayscale: #E9E9E9. Windows color (decimal): -984450 or 8321776. OLE color: 8321776.
HSL color Cylindrical-coordinate representation of color #F0FA7E: hue angle of 64.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0FA7E is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 126 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.02 |
| HSL | 64.84º | 0.93% | 0.74% | - |
| HSV(B) | 64.84º | 0.5% | 0.98% | - |
| XYZ | 73.89 | 88.4 | 32.91 | - |
| YUV | 232.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 126 | 0.04 | 0 | 0.50 | 0.02 | 64.84 | 0.93 | 0.74 |
| Hex | F0 | FA | 7E | 4 | 0 | 32 | 2 | 41 | 5D | 4A |
| Octal | 360 | 372 | 176 | 4 | 0 | 62 | 2 | 101 | 135 | 112 |
| Binary | 11110000 | 11111010 | 1111110 | 100 | 0 | 110010 | 10 | 1000001 | 1011101 | 1001010 |
Color Harmonies of #F0FA7E
Complementary color
Monochromatic Colors of #F0FA7E
Black with #F0FA7E
Text Example
Text Example
White with #F0FA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA7E; }
p { color: rgb(240,250,126); }
H1.HeaderClassName
{
color: #F0FA7E;
}
.AnyTagClassName
{
color: #F0FA7E;
}
</style>
background-color css
<style>
a { background-color: #F0FA7E; }
a { background-color: rgb(240,250,126); }
div.DivClassName
{
background-color: #F0FA7E;
}
.BgClassName
{
background-color: #F0FA7E;
}
</style>
border-color css
<style>
span { border-color: #F0FA7E; }
span { border-color: rgb(240,250,126); }
td.TdClassName
{
border-color: #F0FA7E;
}
.TagClassName
{
border-color: #F0FA7E;
}
</style>