Shades of Tidal #F0F992
Tints of Tidal #F0F992
RGB
CMYK
RGB Variations
Color information
#F0F992 (or 0xF0F992) is known color: Tidal. HEX triplet: F0, F9 and 92. RGB value is (240,249,146). Sum of RGB (Red+Green+Blue) = 240+249+146=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 146 (57.42% from 255 or 22.99% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F992 is #0F066D. Grayscale: #EAEAEA. Windows color (decimal): -984686 or 9632240. OLE color: 9632240.
HSL color Cylindrical-coordinate representation of color #F0F992: hue angle of 65.24º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0F992 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 146 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.02 |
| HSL | 65.24º | 0.9% | 0.77% | - |
| HSV(B) | 65.24º | 0.41% | 0.98% | - |
| XYZ | 75 | 88.35 | 40.29 | - |
| YUV | 234.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 146 | 0.04 | 0 | 0.41 | 0.02 | 65.24 | 0.9 | 0.77 |
| Hex | F0 | F9 | 92 | 4 | 0 | 29 | 2 | 41 | 5A | 4D |
| Octal | 360 | 371 | 222 | 4 | 0 | 51 | 2 | 101 | 132 | 115 |
| Binary | 11110000 | 11111001 | 10010010 | 100 | 0 | 101001 | 10 | 1000001 | 1011010 | 1001101 |
Color Harmonies of #F0F992
Complementary color
Monochromatic Colors of #F0F992
Black with #F0F992
Text Example
Text Example
White with #F0F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F992; }
p { color: rgb(240,249,146); }
H1.HeaderClassName
{
color: #F0F992;
}
.AnyTagClassName
{
color: #F0F992;
}
</style>
background-color css
<style>
a { background-color: #F0F992; }
a { background-color: rgb(240,249,146); }
div.DivClassName
{
background-color: #F0F992;
}
.BgClassName
{
background-color: #F0F992;
}
</style>
border-color css
<style>
span { border-color: #F0F992; }
span { border-color: rgb(240,249,146); }
td.TdClassName
{
border-color: #F0F992;
}
.TagClassName
{
border-color: #F0F992;
}
</style>