Shades of Tidal #F2F388
Tints of Tidal #F2F388
RGB
CMYK
RGB Variations
Color information
#F2F388 (or 0xF2F388) is known color: Tidal. HEX triplet: F2, F3 and 88. RGB value is (242,243,136). Sum of RGB (Red+Green+Blue) = 242+243+136=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 136 (53.52% from 255 or 21.90% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F388 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F388 is #0D0C77. Grayscale: #E6E6E6. Windows color (decimal): -855160 or 8975346. OLE color: 8975346.
HSL color Cylindrical-coordinate representation of color #F2F388: hue angle of 60.56º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2F388 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 136 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.05 |
| HSL | 60.56º | 0.82% | 0.74% | - |
| HSV(B) | 60.56º | 0.44% | 0.95% | - |
| XYZ | 73.11 | 84.76 | 35.8 | - |
| YUV | 230.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 136 | 0.00 | 0 | 0.44 | 0.05 | 60.56 | 0.82 | 0.74 |
| Hex | F2 | F3 | 88 | 0 | 0 | 2C | 5 | 3D | 52 | 4A |
| Octal | 362 | 363 | 210 | 0 | 0 | 54 | 5 | 75 | 122 | 112 |
| Binary | 11110010 | 11110011 | 10001000 | 0 | 0 | 101100 | 101 | 111101 | 1010010 | 1001010 |
Color Harmonies of #F2F388
Complementary color
Monochromatic Colors of #F2F388
Black with #F2F388
Text Example
Text Example
White with #F2F388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F388; }
p { color: rgb(242,243,136); }
H1.HeaderClassName
{
color: #F2F388;
}
.AnyTagClassName
{
color: #F2F388;
}
</style>
background-color css
<style>
a { background-color: #F2F388; }
a { background-color: rgb(242,243,136); }
div.DivClassName
{
background-color: #F2F388;
}
.BgClassName
{
background-color: #F2F388;
}
</style>
border-color css
<style>
span { border-color: #F2F388; }
span { border-color: rgb(242,243,136); }
td.TdClassName
{
border-color: #F2F388;
}
.TagClassName
{
border-color: #F2F388;
}
</style>