Shades of Tidal #F0F285
Tints of Tidal #F0F285
RGB
CMYK
RGB Variations
Color information
#F0F285 (or 0xF0F285) is known color: Tidal. HEX triplet: F0, F2 and 85. RGB value is (240,242,133). Sum of RGB (Red+Green+Blue) = 240+242+133=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 133 (52.34% from 255 or 21.63% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F285 is #0F0D7A. Grayscale: #E5E5E5. Windows color (decimal): -986491 or 8778480. OLE color: 8778480.
HSL color Cylindrical-coordinate representation of color #F0F285: hue angle of 61.1º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0F285 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 133 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.05 |
| HSL | 61.1º | 0.81% | 0.74% | - |
| HSV(B) | 61.1º | 0.45% | 0.95% | - |
| XYZ | 71.92 | 83.72 | 34.56 | - |
| YUV | 228.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 133 | 0.01 | 0 | 0.45 | 0.05 | 61.1 | 0.81 | 0.74 |
| Hex | F0 | F2 | 85 | 1 | 0 | 2D | 5 | 3D | 51 | 4A |
| Octal | 360 | 362 | 205 | 1 | 0 | 55 | 5 | 75 | 121 | 112 |
| Binary | 11110000 | 11110010 | 10000101 | 1 | 0 | 101101 | 101 | 111101 | 1010001 | 1001010 |
Color Harmonies of #F0F285
Complementary color
Monochromatic Colors of #F0F285
Black with #F0F285
Text Example
Text Example
White with #F0F285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F285; }
p { color: rgb(240,242,133); }
H1.HeaderClassName
{
color: #F0F285;
}
.AnyTagClassName
{
color: #F0F285;
}
</style>
background-color css
<style>
a { background-color: #F0F285; }
a { background-color: rgb(240,242,133); }
div.DivClassName
{
background-color: #F0F285;
}
.BgClassName
{
background-color: #F0F285;
}
</style>
border-color css
<style>
span { border-color: #F0F285; }
span { border-color: rgb(240,242,133); }
td.TdClassName
{
border-color: #F0F285;
}
.TagClassName
{
border-color: #F0F285;
}
</style>