Shades of Tidal #F5FC8D
Tints of Tidal #F5FC8D
RGB
CMYK
RGB Variations
Color information
#F5FC8D (or 0xF5FC8D) is known color: Tidal. HEX triplet: F5, FC and 8D. RGB value is (245,252,141). Sum of RGB (Red+Green+Blue) = 245+252+141=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 141 (55.47% from 255 or 22.10% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FC8D is #0A0372. Grayscale: #EDEDED. Windows color (decimal): -656243 or 9305333. OLE color: 9305333.
HSL color Cylindrical-coordinate representation of color #F5FC8D: hue angle of 63.78º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5FC8D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 141 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.01 |
| HSL | 63.78º | 0.95% | 0.77% | - |
| HSV(B) | 63.78º | 0.44% | 0.99% | - |
| XYZ | 77.27 | 90.96 | 38.68 | - |
| YUV | 237.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 141 | 0.03 | 0 | 0.44 | 0.01 | 63.78 | 0.95 | 0.77 |
| Hex | F5 | FC | 8D | 3 | 0 | 2C | 1 | 40 | 5F | 4D |
| Octal | 365 | 374 | 215 | 3 | 0 | 54 | 1 | 100 | 137 | 115 |
| Binary | 11110101 | 11111100 | 10001101 | 11 | 0 | 101100 | 1 | 1000000 | 1011111 | 1001101 |
Color Harmonies of #F5FC8D
Complementary color
Monochromatic Colors of #F5FC8D
Black with #F5FC8D
Text Example
Text Example
White with #F5FC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FC8D; }
p { color: rgb(245,252,141); }
H1.HeaderClassName
{
color: #F5FC8D;
}
.AnyTagClassName
{
color: #F5FC8D;
}
</style>
background-color css
<style>
a { background-color: #F5FC8D; }
a { background-color: rgb(245,252,141); }
div.DivClassName
{
background-color: #F5FC8D;
}
.BgClassName
{
background-color: #F5FC8D;
}
</style>
border-color css
<style>
span { border-color: #F5FC8D; }
span { border-color: rgb(245,252,141); }
td.TdClassName
{
border-color: #F5FC8D;
}
.TagClassName
{
border-color: #F5FC8D;
}
</style>