Shades of Tidal #F0F881
Tints of Tidal #F0F881
RGB
CMYK
RGB Variations
Color information
#F0F881 (or 0xF0F881) is known color: Tidal. HEX triplet: F0, F8 and 81. RGB value is (240,248,129). Sum of RGB (Red+Green+Blue) = 240+248+129=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F881 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F881 is #0F077E. Grayscale: #E8E8E8. Windows color (decimal): -984959 or 8517872. OLE color: 8517872.
HSL color Cylindrical-coordinate representation of color #F0F881: hue angle of 64.03º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F881 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 129 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.03 |
| HSL | 64.03º | 0.89% | 0.74% | - |
| HSV(B) | 64.03º | 0.48% | 0.97% | - |
| XYZ | 73.47 | 87.25 | 33.74 | - |
| YUV | 232.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 129 | 0.03 | 0 | 0.48 | 0.03 | 64.03 | 0.89 | 0.74 |
| Hex | F0 | F8 | 81 | 3 | 0 | 30 | 3 | 40 | 59 | 4A |
| Octal | 360 | 370 | 201 | 3 | 0 | 60 | 3 | 100 | 131 | 112 |
| Binary | 11110000 | 11111000 | 10000001 | 11 | 0 | 110000 | 11 | 1000000 | 1011001 | 1001010 |
Color Harmonies of #F0F881
Complementary color
Monochromatic Colors of #F0F881
Black with #F0F881
Text Example
Text Example
White with #F0F881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F881; }
p { color: rgb(240,248,129); }
H1.HeaderClassName
{
color: #F0F881;
}
.AnyTagClassName
{
color: #F0F881;
}
</style>
background-color css
<style>
a { background-color: #F0F881; }
a { background-color: rgb(240,248,129); }
div.DivClassName
{
background-color: #F0F881;
}
.BgClassName
{
background-color: #F0F881;
}
</style>
border-color css
<style>
span { border-color: #F0F881; }
span { border-color: rgb(240,248,129); }
td.TdClassName
{
border-color: #F0F881;
}
.TagClassName
{
border-color: #F0F881;
}
</style>