Shades of Tidal #F5FA8C
Tints of Tidal #F5FA8C
RGB
CMYK
RGB Variations
Color information
#F5FA8C (or 0xF5FA8C) is known color: Tidal. HEX triplet: F5, FA and 8C. RGB value is (245,250,140). Sum of RGB (Red+Green+Blue) = 245+250+140=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 140 (55.08% from 255 or 22.05% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA8C is #0A0573. Grayscale: #ECECEC. Windows color (decimal): -656756 or 9239285. OLE color: 9239285.
HSL color Cylindrical-coordinate representation of color #F5FA8C: hue angle of 62.73º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5FA8C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 140 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.02 |
| HSL | 62.73º | 0.92% | 0.76% | - |
| HSV(B) | 62.73º | 0.44% | 0.98% | - |
| XYZ | 76.58 | 89.68 | 38.08 | - |
| YUV | 235.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 140 | 0.02 | 0 | 0.44 | 0.02 | 62.73 | 0.92 | 0.76 |
| Hex | F5 | FA | 8C | 2 | 0 | 2C | 2 | 3F | 5C | 4C |
| Octal | 365 | 372 | 214 | 2 | 0 | 54 | 2 | 77 | 134 | 114 |
| Binary | 11110101 | 11111010 | 10001100 | 10 | 0 | 101100 | 10 | 111111 | 1011100 | 1001100 |
Color Harmonies of #F5FA8C
Complementary color
Monochromatic Colors of #F5FA8C
Black with #F5FA8C
Text Example
Text Example
White with #F5FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA8C; }
p { color: rgb(245,250,140); }
H1.HeaderClassName
{
color: #F5FA8C;
}
.AnyTagClassName
{
color: #F5FA8C;
}
</style>
background-color css
<style>
a { background-color: #F5FA8C; }
a { background-color: rgb(245,250,140); }
div.DivClassName
{
background-color: #F5FA8C;
}
.BgClassName
{
background-color: #F5FA8C;
}
</style>
border-color css
<style>
span { border-color: #F5FA8C; }
span { border-color: rgb(245,250,140); }
td.TdClassName
{
border-color: #F5FA8C;
}
.TagClassName
{
border-color: #F5FA8C;
}
</style>