Shades of Tidal #F2F983
Tints of Tidal #F2F983
RGB
CMYK
RGB Variations
Color information
#F2F983 (or 0xF2F983) is known color: Tidal. HEX triplet: F2, F9 and 83. RGB value is (242,249,131). Sum of RGB (Red+Green+Blue) = 242+249+131=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 131 (51.56% from 255 or 21.06% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F983 is #0D067C. Grayscale: #E9E9E9. Windows color (decimal): -853629 or 8649202. OLE color: 8649202.
HSL color Cylindrical-coordinate representation of color #F2F983: hue angle of 63.56º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2F983 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 131 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.02 |
| HSL | 63.56º | 0.91% | 0.75% | - |
| HSV(B) | 63.56º | 0.47% | 0.98% | - |
| XYZ | 74.59 | 88.27 | 34.58 | - |
| YUV | 233.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 131 | 0.03 | 0 | 0.47 | 0.02 | 63.56 | 0.91 | 0.75 |
| Hex | F2 | F9 | 83 | 3 | 0 | 2F | 2 | 40 | 5B | 4B |
| Octal | 362 | 371 | 203 | 3 | 0 | 57 | 2 | 100 | 133 | 113 |
| Binary | 11110010 | 11111001 | 10000011 | 11 | 0 | 101111 | 10 | 1000000 | 1011011 | 1001011 |
Color Harmonies of #F2F983
Complementary color
Monochromatic Colors of #F2F983
Black with #F2F983
Text Example
Text Example
White with #F2F983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F983; }
p { color: rgb(242,249,131); }
H1.HeaderClassName
{
color: #F2F983;
}
.AnyTagClassName
{
color: #F2F983;
}
</style>
background-color css
<style>
a { background-color: #F2F983; }
a { background-color: rgb(242,249,131); }
div.DivClassName
{
background-color: #F2F983;
}
.BgClassName
{
background-color: #F2F983;
}
</style>
border-color css
<style>
span { border-color: #F2F983; }
span { border-color: rgb(242,249,131); }
td.TdClassName
{
border-color: #F2F983;
}
.TagClassName
{
border-color: #F2F983;
}
</style>