Shades of Tidal #F5FE96
Tints of Tidal #F5FE96
RGB
CMYK
RGB Variations
Color information
#F5FE96 (or 0xF5FE96) is known color: Tidal. HEX triplet: F5, FE and 96. RGB value is (245,254,150). Sum of RGB (Red+Green+Blue) = 245+254+150=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 150 (58.98% from 255 or 23.11% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FE96 is #0A0169. Grayscale: #EFEFEF. Windows color (decimal): -655722 or 9895669. OLE color: 9895669.
HSL color Cylindrical-coordinate representation of color #F5FE96: hue angle of 65.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5FE96 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 150 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.00 |
| HSL | 65.19º | 0.98% | 0.79% | - |
| HSV(B) | 65.19º | 0.41% | 1% | - |
| XYZ | 78.6 | 92.5 | 42.57 | - |
| YUV | 239.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 150 | 0.04 | 0 | 0.41 | 0.00 | 65.19 | 0.98 | 0.79 |
| Hex | F5 | FE | 96 | 4 | 0 | 29 | 0 | 41 | 62 | 4F |
| Octal | 365 | 376 | 226 | 4 | 0 | 51 | 0 | 101 | 142 | 117 |
| Binary | 11110101 | 11111110 | 10010110 | 100 | 0 | 101001 | 0 | 1000001 | 1100010 | 1001111 |
Color Harmonies of #F5FE96
Complementary color
Monochromatic Colors of #F5FE96
Black with #F5FE96
Text Example
Text Example
White with #F5FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE96; }
p { color: rgb(245,254,150); }
H1.HeaderClassName
{
color: #F5FE96;
}
.AnyTagClassName
{
color: #F5FE96;
}
</style>
background-color css
<style>
a { background-color: #F5FE96; }
a { background-color: rgb(245,254,150); }
div.DivClassName
{
background-color: #F5FE96;
}
.BgClassName
{
background-color: #F5FE96;
}
</style>
border-color css
<style>
span { border-color: #F5FE96; }
span { border-color: rgb(245,254,150); }
td.TdClassName
{
border-color: #F5FE96;
}
.TagClassName
{
border-color: #F5FE96;
}
</style>