Shades of Tidal #F2FA83
Tints of Tidal #F2FA83
RGB
CMYK
RGB Variations
Color information
#F2FA83 (or 0xF2FA83) is known color: Tidal. HEX triplet: F2, FA and 83. RGB value is (242,250,131). Sum of RGB (Red+Green+Blue) = 242+250+131=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 131 (51.56% from 255 or 21.03% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FA83 is #0D057C. Grayscale: #EAEAEA. Windows color (decimal): -853373 or 8649458. OLE color: 8649458.
HSL color Cylindrical-coordinate representation of color #F2FA83: hue angle of 64.03º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2FA83 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 131 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.02 |
| HSL | 64.03º | 0.92% | 0.75% | - |
| HSV(B) | 64.03º | 0.48% | 0.98% | - |
| XYZ | 74.9 | 88.89 | 34.68 | - |
| YUV | 234.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 131 | 0.03 | 0 | 0.48 | 0.02 | 64.03 | 0.92 | 0.75 |
| Hex | F2 | FA | 83 | 3 | 0 | 30 | 2 | 40 | 5C | 4B |
| Octal | 362 | 372 | 203 | 3 | 0 | 60 | 2 | 100 | 134 | 113 |
| Binary | 11110010 | 11111010 | 10000011 | 11 | 0 | 110000 | 10 | 1000000 | 1011100 | 1001011 |
Color Harmonies of #F2FA83
Complementary color
Monochromatic Colors of #F2FA83
Black with #F2FA83
Text Example
Text Example
White with #F2FA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA83; }
p { color: rgb(242,250,131); }
H1.HeaderClassName
{
color: #F2FA83;
}
.AnyTagClassName
{
color: #F2FA83;
}
</style>
background-color css
<style>
a { background-color: #F2FA83; }
a { background-color: rgb(242,250,131); }
div.DivClassName
{
background-color: #F2FA83;
}
.BgClassName
{
background-color: #F2FA83;
}
</style>
border-color css
<style>
span { border-color: #F2FA83; }
span { border-color: rgb(242,250,131); }
td.TdClassName
{
border-color: #F2FA83;
}
.TagClassName
{
border-color: #F2FA83;
}
</style>