Shades of Tidal #F2F389
Tints of Tidal #F2F389
RGB
CMYK
RGB Variations
Color information
#F2F389 (or 0xF2F389) is known color: Tidal. HEX triplet: F2, F3 and 89. RGB value is (242,243,137). Sum of RGB (Red+Green+Blue) = 242+243+137=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 137 (53.91% from 255 or 22.03% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F389 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F389 is #0D0C76. Grayscale: #E7E7E7. Windows color (decimal): -855159 or 9040882. OLE color: 9040882.
HSL color Cylindrical-coordinate representation of color #F2F389: hue angle of 60.57º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2F389 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 137 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.05 |
| HSL | 60.57º | 0.82% | 0.75% | - |
| HSV(B) | 60.57º | 0.44% | 0.95% | - |
| XYZ | 73.18 | 84.78 | 36.17 | - |
| YUV | 230.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 137 | 0.00 | 0 | 0.44 | 0.05 | 60.57 | 0.82 | 0.75 |
| Hex | F2 | F3 | 89 | 0 | 0 | 2C | 5 | 3D | 52 | 4B |
| Octal | 362 | 363 | 211 | 0 | 0 | 54 | 5 | 75 | 122 | 113 |
| Binary | 11110010 | 11110011 | 10001001 | 0 | 0 | 101100 | 101 | 111101 | 1010010 | 1001011 |
Color Harmonies of #F2F389
Complementary color
Monochromatic Colors of #F2F389
Black with #F2F389
Text Example
Text Example
White with #F2F389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F389; }
p { color: rgb(242,243,137); }
H1.HeaderClassName
{
color: #F2F389;
}
.AnyTagClassName
{
color: #F2F389;
}
</style>
background-color css
<style>
a { background-color: #F2F389; }
a { background-color: rgb(242,243,137); }
div.DivClassName
{
background-color: #F2F389;
}
.BgClassName
{
background-color: #F2F389;
}
</style>
border-color css
<style>
span { border-color: #F2F389; }
span { border-color: rgb(242,243,137); }
td.TdClassName
{
border-color: #F2F389;
}
.TagClassName
{
border-color: #F2F389;
}
</style>