Shades of Tidal #F5FB8C
Tints of Tidal #F5FB8C
RGB
CMYK
RGB Variations
Color information
#F5FB8C (or 0xF5FB8C) is known color: Tidal. HEX triplet: F5, FB and 8C. RGB value is (245,251,140). Sum of RGB (Red+Green+Blue) = 245+251+140=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 140 (55.08% from 255 or 22.01% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FB8C is #0A0473. Grayscale: #ECECEC. Windows color (decimal): -656500 or 9239541. OLE color: 9239541.
HSL color Cylindrical-coordinate representation of color #F5FB8C: hue angle of 63.24º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5FB8C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 251 | 140 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.02 |
| HSL | 63.24º | 0.93% | 0.77% | - |
| HSV(B) | 63.24º | 0.44% | 0.98% | - |
| XYZ | 76.89 | 90.3 | 38.19 | - |
| YUV | 236.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 251 | 140 | 0.02 | 0 | 0.44 | 0.02 | 63.24 | 0.93 | 0.77 |
| Hex | F5 | FB | 8C | 2 | 0 | 2C | 2 | 3F | 5D | 4D |
| Octal | 365 | 373 | 214 | 2 | 0 | 54 | 2 | 77 | 135 | 115 |
| Binary | 11110101 | 11111011 | 10001100 | 10 | 0 | 101100 | 10 | 111111 | 1011101 | 1001101 |
Color Harmonies of #F5FB8C
Complementary color
Monochromatic Colors of #F5FB8C
Black with #F5FB8C
Text Example
Text Example
White with #F5FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FB8C; }
p { color: rgb(245,251,140); }
H1.HeaderClassName
{
color: #F5FB8C;
}
.AnyTagClassName
{
color: #F5FB8C;
}
</style>
background-color css
<style>
a { background-color: #F5FB8C; }
a { background-color: rgb(245,251,140); }
div.DivClassName
{
background-color: #F5FB8C;
}
.BgClassName
{
background-color: #F5FB8C;
}
</style>
border-color css
<style>
span { border-color: #F5FB8C; }
span { border-color: rgb(245,251,140); }
td.TdClassName
{
border-color: #F5FB8C;
}
.TagClassName
{
border-color: #F5FB8C;
}
</style>