Shades of Tidal #F0FB7E
Tints of Tidal #F0FB7E
RGB
CMYK
RGB Variations
Color information
#F0FB7E (or 0xF0FB7E) is known color: Tidal. HEX triplet: F0, FB and 7E. RGB value is (240,251,126). Sum of RGB (Red+Green+Blue) = 240+251+126=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 126 (49.61% from 255 or 20.42% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FB7E is #0F0481. Grayscale: #E9E9E9. Windows color (decimal): -984194 or 8322032. OLE color: 8322032.
HSL color Cylindrical-coordinate representation of color #F0FB7E: hue angle of 65.28º degrees, saturation: 0.94, 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 #F0FB7E is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 126 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.02 |
| HSL | 65.28º | 0.94% | 0.74% | - |
| HSV(B) | 65.28º | 0.5% | 0.98% | - |
| XYZ | 74.2 | 89.03 | 33.01 | - |
| YUV | 233.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 126 | 0.04 | 0 | 0.50 | 0.02 | 65.28 | 0.94 | 0.74 |
| Hex | F0 | FB | 7E | 4 | 0 | 32 | 2 | 41 | 5E | 4A |
| Octal | 360 | 373 | 176 | 4 | 0 | 62 | 2 | 101 | 136 | 112 |
| Binary | 11110000 | 11111011 | 1111110 | 100 | 0 | 110010 | 10 | 1000001 | 1011110 | 1001010 |
Color Harmonies of #F0FB7E
Complementary color
Monochromatic Colors of #F0FB7E
Black with #F0FB7E
Text Example
Text Example
White with #F0FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB7E; }
p { color: rgb(240,251,126); }
H1.HeaderClassName
{
color: #F0FB7E;
}
.AnyTagClassName
{
color: #F0FB7E;
}
</style>
background-color css
<style>
a { background-color: #F0FB7E; }
a { background-color: rgb(240,251,126); }
div.DivClassName
{
background-color: #F0FB7E;
}
.BgClassName
{
background-color: #F0FB7E;
}
</style>
border-color css
<style>
span { border-color: #F0FB7E; }
span { border-color: rgb(240,251,126); }
td.TdClassName
{
border-color: #F0FB7E;
}
.TagClassName
{
border-color: #F0FB7E;
}
</style>