Shades of Tidal #F0F28D
Tints of Tidal #F0F28D
RGB
CMYK
RGB Variations
Color information
#F0F28D (or 0xF0F28D) is known color: Tidal. HEX triplet: F0, F2 and 8D. RGB value is (240,242,141). Sum of RGB (Red+Green+Blue) = 240+242+141=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F28D is #0F0D72. Grayscale: #E6E6E6. Windows color (decimal): -986483 or 9302768. OLE color: 9302768.
HSL color Cylindrical-coordinate representation of color #F0F28D: hue angle of 61.19º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0F28D is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 141 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.05 |
| HSL | 61.19º | 0.8% | 0.75% | - |
| HSV(B) | 61.19º | 0.42% | 0.95% | - |
| XYZ | 72.5 | 83.95 | 37.58 | - |
| YUV | 229.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 141 | 0.01 | 0 | 0.42 | 0.05 | 61.19 | 0.8 | 0.75 |
| Hex | F0 | F2 | 8D | 1 | 0 | 2A | 5 | 3D | 50 | 4B |
| Octal | 360 | 362 | 215 | 1 | 0 | 52 | 5 | 75 | 120 | 113 |
| Binary | 11110000 | 11110010 | 10001101 | 1 | 0 | 101010 | 101 | 111101 | 1010000 | 1001011 |
Color Harmonies of #F0F28D
Complementary color
Monochromatic Colors of #F0F28D
Black with #F0F28D
Text Example
Text Example
White with #F0F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F28D; }
p { color: rgb(240,242,141); }
H1.HeaderClassName
{
color: #F0F28D;
}
.AnyTagClassName
{
color: #F0F28D;
}
</style>
background-color css
<style>
a { background-color: #F0F28D; }
a { background-color: rgb(240,242,141); }
div.DivClassName
{
background-color: #F0F28D;
}
.BgClassName
{
background-color: #F0F28D;
}
</style>
border-color css
<style>
span { border-color: #F0F28D; }
span { border-color: rgb(240,242,141); }
td.TdClassName
{
border-color: #F0F28D;
}
.TagClassName
{
border-color: #F0F28D;
}
</style>