Shades of Tidal #F5FC8C
Tints of Tidal #F5FC8C
RGB
CMYK
RGB Variations
Color information
#F5FC8C (or 0xF5FC8C) is known color: Tidal. HEX triplet: F5, FC and 8C. RGB value is (245,252,140). Sum of RGB (Red+Green+Blue) = 245+252+140=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 140 (55.08% from 255 or 21.98% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FC8C is #0A0373. Grayscale: #EDEDED. Windows color (decimal): -656244 or 9239797. OLE color: 9239797.
HSL color Cylindrical-coordinate representation of color #F5FC8C: hue angle of 63.75º 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 #F5FC8C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 140 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.01 |
| HSL | 63.75º | 0.95% | 0.77% | - |
| HSV(B) | 63.75º | 0.44% | 0.99% | - |
| XYZ | 77.2 | 90.93 | 38.29 | - |
| YUV | 237.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 140 | 0.03 | 0 | 0.44 | 0.01 | 63.75 | 0.95 | 0.77 |
| Hex | F5 | FC | 8C | 3 | 0 | 2C | 1 | 40 | 5F | 4D |
| Octal | 365 | 374 | 214 | 3 | 0 | 54 | 1 | 100 | 137 | 115 |
| Binary | 11110101 | 11111100 | 10001100 | 11 | 0 | 101100 | 1 | 1000000 | 1011111 | 1001101 |
Color Harmonies of #F5FC8C
Complementary color
Monochromatic Colors of #F5FC8C
Black with #F5FC8C
Text Example
Text Example
White with #F5FC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FC8C; }
p { color: rgb(245,252,140); }
H1.HeaderClassName
{
color: #F5FC8C;
}
.AnyTagClassName
{
color: #F5FC8C;
}
</style>
background-color css
<style>
a { background-color: #F5FC8C; }
a { background-color: rgb(245,252,140); }
div.DivClassName
{
background-color: #F5FC8C;
}
.BgClassName
{
background-color: #F5FC8C;
}
</style>
border-color css
<style>
span { border-color: #F5FC8C; }
span { border-color: rgb(245,252,140); }
td.TdClassName
{
border-color: #F5FC8C;
}
.TagClassName
{
border-color: #F5FC8C;
}
</style>