Shades of Tidal #F0F880
Tints of Tidal #F0F880
RGB
CMYK
RGB Variations
Color information
#F0F880 (or 0xF0F880) is known color: Tidal. HEX triplet: F0, F8 and 80. RGB value is (240,248,128). Sum of RGB (Red+Green+Blue) = 240+248+128=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F880 is #0F077F. Grayscale: #E8E8E8. Windows color (decimal): -984960 or 8452336. OLE color: 8452336.
HSL color Cylindrical-coordinate representation of color #F0F880: hue angle of 64º degrees, saturation: 0.9, 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 #F0F880 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 128 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.03 |
| HSL | 64º | 0.9% | 0.74% | - |
| HSV(B) | 64º | 0.48% | 0.97% | - |
| XYZ | 73.4 | 87.22 | 33.39 | - |
| YUV | 231.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 128 | 0.03 | 0 | 0.48 | 0.03 | 64 | 0.9 | 0.74 |
| Hex | F0 | F8 | 80 | 3 | 0 | 30 | 3 | 40 | 5A | 4A |
| Octal | 360 | 370 | 200 | 3 | 0 | 60 | 3 | 100 | 132 | 112 |
| Binary | 11110000 | 11111000 | 10000000 | 11 | 0 | 110000 | 11 | 1000000 | 1011010 | 1001010 |
Color Harmonies of #F0F880
Complementary color
Monochromatic Colors of #F0F880
Black with #F0F880
Text Example
Text Example
White with #F0F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F880; }
p { color: rgb(240,248,128); }
H1.HeaderClassName
{
color: #F0F880;
}
.AnyTagClassName
{
color: #F0F880;
}
</style>
background-color css
<style>
a { background-color: #F0F880; }
a { background-color: rgb(240,248,128); }
div.DivClassName
{
background-color: #F0F880;
}
.BgClassName
{
background-color: #F0F880;
}
</style>
border-color css
<style>
span { border-color: #F0F880; }
span { border-color: rgb(240,248,128); }
td.TdClassName
{
border-color: #F0F880;
}
.TagClassName
{
border-color: #F0F880;
}
</style>