Shades of Tidal #F5FE8C
Tints of Tidal #F5FE8C
RGB
CMYK
RGB Variations
Color information
#F5FE8C (or 0xF5FE8C) is known color: Tidal. HEX triplet: F5, FE and 8C. RGB value is (245,254,140). Sum of RGB (Red+Green+Blue) = 245+254+140=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 140 (55.08% from 255 or 21.91% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FE8C is #0A0173. Grayscale: #EEEEEE. Windows color (decimal): -655732 or 9240309. OLE color: 9240309.
HSL color Cylindrical-coordinate representation of color #F5FE8C: hue angle of 64.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5FE8C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 140 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.00 |
| HSL | 64.74º | 0.98% | 0.77% | - |
| HSV(B) | 64.74º | 0.45% | 1% | - |
| XYZ | 77.83 | 92.19 | 38.5 | - |
| YUV | 238.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 140 | 0.04 | 0 | 0.45 | 0.00 | 64.74 | 0.98 | 0.77 |
| Hex | F5 | FE | 8C | 4 | 0 | 2D | 0 | 41 | 62 | 4D |
| Octal | 365 | 376 | 214 | 4 | 0 | 55 | 0 | 101 | 142 | 115 |
| Binary | 11110101 | 11111110 | 10001100 | 100 | 0 | 101101 | 0 | 1000001 | 1100010 | 1001101 |
Color Harmonies of #F5FE8C
Complementary color
Monochromatic Colors of #F5FE8C
Black with #F5FE8C
Text Example
Text Example
White with #F5FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FE8C; }
p { color: rgb(245,254,140); }
H1.HeaderClassName
{
color: #F5FE8C;
}
.AnyTagClassName
{
color: #F5FE8C;
}
</style>
background-color css
<style>
a { background-color: #F5FE8C; }
a { background-color: rgb(245,254,140); }
div.DivClassName
{
background-color: #F5FE8C;
}
.BgClassName
{
background-color: #F5FE8C;
}
</style>
border-color css
<style>
span { border-color: #F5FE8C; }
span { border-color: rgb(245,254,140); }
td.TdClassName
{
border-color: #F5FE8C;
}
.TagClassName
{
border-color: #F5FE8C;
}
</style>