Shades of Tidal #F5FA8F
Tints of Tidal #F5FA8F
RGB
CMYK
RGB Variations
Color information
#F5FA8F (or 0xF5FA8F) is known color: Tidal. HEX triplet: F5, FA and 8F. RGB value is (245,250,143). Sum of RGB (Red+Green+Blue) = 245+250+143=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 143 (56.25% from 255 or 22.41% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA8F is #0A0570. Grayscale: #ECECEC. Windows color (decimal): -656753 or 9435893. OLE color: 9435893.
HSL color Cylindrical-coordinate representation of color #F5FA8F: hue angle of 62.8º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5FA8F is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 143 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.02 |
| HSL | 62.8º | 0.91% | 0.77% | - |
| HSV(B) | 62.8º | 0.43% | 0.98% | - |
| XYZ | 76.8 | 89.77 | 39.27 | - |
| YUV | 236.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 143 | 0.02 | 0 | 0.43 | 0.02 | 62.8 | 0.91 | 0.77 |
| Hex | F5 | FA | 8F | 2 | 0 | 2B | 2 | 3F | 5B | 4D |
| Octal | 365 | 372 | 217 | 2 | 0 | 53 | 2 | 77 | 133 | 115 |
| Binary | 11110101 | 11111010 | 10001111 | 10 | 0 | 101011 | 10 | 111111 | 1011011 | 1001101 |
Color Harmonies of #F5FA8F
Complementary color
Monochromatic Colors of #F5FA8F
Black with #F5FA8F
Text Example
Text Example
White with #F5FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA8F; }
p { color: rgb(245,250,143); }
H1.HeaderClassName
{
color: #F5FA8F;
}
.AnyTagClassName
{
color: #F5FA8F;
}
</style>
background-color css
<style>
a { background-color: #F5FA8F; }
a { background-color: rgb(245,250,143); }
div.DivClassName
{
background-color: #F5FA8F;
}
.BgClassName
{
background-color: #F5FA8F;
}
</style>
border-color css
<style>
span { border-color: #F5FA8F; }
span { border-color: rgb(245,250,143); }
td.TdClassName
{
border-color: #F5FA8F;
}
.TagClassName
{
border-color: #F5FA8F;
}
</style>