Shades of Tidal #F2F797
Tints of Tidal #F2F797
RGB
CMYK
RGB Variations
Color information
#F2F797 (or 0xF2F797) is known color: Tidal. HEX triplet: F2, F7 and 97. RGB value is (242,247,151). Sum of RGB (Red+Green+Blue) = 242+247+151=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 151 (59.38% from 255 or 23.59% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F797 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F797 is #0D0868. Grayscale: #EAEAEA. Windows color (decimal): -854121 or 9959410. OLE color: 9959410.
HSL color Cylindrical-coordinate representation of color #F2F797: hue angle of 63.12º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2F797 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 247 | 151 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.03 |
| HSL | 63.13º | 0.86% | 0.78% | - |
| HSV(B) | 63.13º | 0.39% | 0.97% | - |
| XYZ | 75.46 | 87.63 | 42.22 | - |
| YUV | 234.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 247 | 151 | 0.02 | 0 | 0.39 | 0.03 | 63.13 | 0.86 | 0.78 |
| Hex | F2 | F7 | 97 | 2 | 0 | 27 | 3 | 3F | 56 | 4E |
| Octal | 362 | 367 | 227 | 2 | 0 | 47 | 3 | 77 | 126 | 116 |
| Binary | 11110010 | 11110111 | 10010111 | 10 | 0 | 100111 | 11 | 111111 | 1010110 | 1001110 |
Color Harmonies of #F2F797
Complementary color
Monochromatic Colors of #F2F797
Black with #F2F797
Text Example
Text Example
White with #F2F797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F797; }
p { color: rgb(242,247,151); }
H1.HeaderClassName
{
color: #F2F797;
}
.AnyTagClassName
{
color: #F2F797;
}
</style>
background-color css
<style>
a { background-color: #F2F797; }
a { background-color: rgb(242,247,151); }
div.DivClassName
{
background-color: #F2F797;
}
.BgClassName
{
background-color: #F2F797;
}
</style>
border-color css
<style>
span { border-color: #F2F797; }
span { border-color: rgb(242,247,151); }
td.TdClassName
{
border-color: #F2F797;
}
.TagClassName
{
border-color: #F2F797;
}
</style>