Shades of Tidal #F0FF8C
Tints of Tidal #F0FF8C
RGB
CMYK
RGB Variations
Color information
#F0FF8C (or 0xF0FF8C) is known color: Tidal. HEX triplet: F0, FF and 8C. RGB value is (240,255,140). Sum of RGB (Red+Green+Blue) = 240+255+140=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 140 (55.08% from 255 or 22.05% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FF8C is #0F0073. Grayscale: #EDEDED. Windows color (decimal): -983156 or 9240560. OLE color: 9240560.
HSL color Cylindrical-coordinate representation of color #F0FF8C: hue angle of 67.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0FF8C is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 140 | - |
| CMYK | 0.06 | 0 | 0.45 | 0 |
| HSL | 67.83º | 1% | 0.77% | - |
| HSV(B) | 67.83º | 0.45% | 1% | - |
| XYZ | 76.43 | 91.94 | 38.53 | - |
| YUV | 237.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 140 | 0.06 | 0 | 0.45 | 0 | 67.83 | 1 | 0.77 |
| Hex | F0 | FF | 8C | 6 | 0 | 2D | 0 | 44 | 64 | 4D |
| Octal | 360 | 377 | 214 | 6 | 0 | 55 | 0 | 104 | 144 | 115 |
| Binary | 11110000 | 11111111 | 10001100 | 110 | 0 | 101101 | 0 | 1000100 | 1100100 | 1001101 |
Color Harmonies of #F0FF8C
Complementary color
Monochromatic Colors of #F0FF8C
Black with #F0FF8C
Text Example
Text Example
White with #F0FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF8C; }
p { color: rgb(240,255,140); }
H1.HeaderClassName
{
color: #F0FF8C;
}
.AnyTagClassName
{
color: #F0FF8C;
}
</style>
background-color css
<style>
a { background-color: #F0FF8C; }
a { background-color: rgb(240,255,140); }
div.DivClassName
{
background-color: #F0FF8C;
}
.BgClassName
{
background-color: #F0FF8C;
}
</style>
border-color css
<style>
span { border-color: #F0FF8C; }
span { border-color: rgb(240,255,140); }
td.TdClassName
{
border-color: #F0FF8C;
}
.TagClassName
{
border-color: #F0FF8C;
}
</style>