Shades of Tidal #F5FD8C
Tints of Tidal #F5FD8C
RGB
CMYK
RGB Variations
Color information
#F5FD8C (or 0xF5FD8C) is known color: Tidal. HEX triplet: F5, FD and 8C. RGB value is (245,253,140). Sum of RGB (Red+Green+Blue) = 245+253+140=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 140 (55.08% from 255 or 21.94% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FD8C is #0A0273. Grayscale: #EEEEEE. Windows color (decimal): -655988 or 9240053. OLE color: 9240053.
HSL color Cylindrical-coordinate representation of color #F5FD8C: hue angle of 64.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5FD8C is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 140 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.01 |
| HSL | 64.25º | 0.97% | 0.77% | - |
| HSV(B) | 64.25º | 0.45% | 0.99% | - |
| XYZ | 77.52 | 91.56 | 38.4 | - |
| YUV | 237.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 140 | 0.03 | 0 | 0.45 | 0.01 | 64.25 | 0.97 | 0.77 |
| Hex | F5 | FD | 8C | 3 | 0 | 2D | 1 | 40 | 61 | 4D |
| Octal | 365 | 375 | 214 | 3 | 0 | 55 | 1 | 100 | 141 | 115 |
| Binary | 11110101 | 11111101 | 10001100 | 11 | 0 | 101101 | 1 | 1000000 | 1100001 | 1001101 |
Color Harmonies of #F5FD8C
Complementary color
Monochromatic Colors of #F5FD8C
Black with #F5FD8C
Text Example
Text Example
White with #F5FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FD8C; }
p { color: rgb(245,253,140); }
H1.HeaderClassName
{
color: #F5FD8C;
}
.AnyTagClassName
{
color: #F5FD8C;
}
</style>
background-color css
<style>
a { background-color: #F5FD8C; }
a { background-color: rgb(245,253,140); }
div.DivClassName
{
background-color: #F5FD8C;
}
.BgClassName
{
background-color: #F5FD8C;
}
</style>
border-color css
<style>
span { border-color: #F5FD8C; }
span { border-color: rgb(245,253,140); }
td.TdClassName
{
border-color: #F5FD8C;
}
.TagClassName
{
border-color: #F5FD8C;
}
</style>