Shades of Tidal #F5FA91
Tints of Tidal #F5FA91
RGB
CMYK
RGB Variations
Color information
#F5FA91 (or 0xF5FA91) is known color: Tidal. HEX triplet: F5, FA and 91. RGB value is (245,250,145). Sum of RGB (Red+Green+Blue) = 245+250+145=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 145 (57.03% from 255 or 22.66% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA91 is #0A056E. Grayscale: #ECECEC. Windows color (decimal): -656751 or 9566965. OLE color: 9566965.
HSL color Cylindrical-coordinate representation of color #F5FA91: hue angle of 62.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5FA91 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 145 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.02 |
| HSL | 62.86º | 0.91% | 0.77% | - |
| HSV(B) | 62.86º | 0.42% | 0.98% | - |
| XYZ | 76.95 | 89.83 | 40.07 | - |
| YUV | 236.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 145 | 0.02 | 0 | 0.42 | 0.02 | 62.86 | 0.91 | 0.77 |
| Hex | F5 | FA | 91 | 2 | 0 | 2A | 2 | 3F | 5B | 4D |
| Octal | 365 | 372 | 221 | 2 | 0 | 52 | 2 | 77 | 133 | 115 |
| Binary | 11110101 | 11111010 | 10010001 | 10 | 0 | 101010 | 10 | 111111 | 1011011 | 1001101 |
Color Harmonies of #F5FA91
Complementary color
Monochromatic Colors of #F5FA91
Black with #F5FA91
Text Example
Text Example
White with #F5FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA91; }
p { color: rgb(245,250,145); }
H1.HeaderClassName
{
color: #F5FA91;
}
.AnyTagClassName
{
color: #F5FA91;
}
</style>
background-color css
<style>
a { background-color: #F5FA91; }
a { background-color: rgb(245,250,145); }
div.DivClassName
{
background-color: #F5FA91;
}
.BgClassName
{
background-color: #F5FA91;
}
</style>
border-color css
<style>
span { border-color: #F5FA91; }
span { border-color: rgb(245,250,145); }
td.TdClassName
{
border-color: #F5FA91;
}
.TagClassName
{
border-color: #F5FA91;
}
</style>