Shades of Tidal #F6FC8A
Tints of Tidal #F6FC8A
RGB
CMYK
RGB Variations
Color information
#F6FC8A (or 0xF6FC8A) is known color: Tidal. HEX triplet: F6, FC and 8A. RGB value is (246,252,138). Sum of RGB (Red+Green+Blue) = 246+252+138=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 138 (54.30% from 255 or 21.70% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FC8A is #090375. Grayscale: #EDEDED. Windows color (decimal): -590710 or 9108726. OLE color: 9108726.
HSL color Cylindrical-coordinate representation of color #F6FC8A: hue angle of 63.16º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6FC8A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 138 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.01 |
| HSL | 63.16º | 0.95% | 0.76% | - |
| HSV(B) | 63.16º | 0.45% | 0.99% | - |
| XYZ | 77.4 | 91.05 | 37.54 | - |
| YUV | 237.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 138 | 0.02 | 0 | 0.45 | 0.01 | 63.16 | 0.95 | 0.76 |
| Hex | F6 | FC | 8A | 2 | 0 | 2D | 1 | 3F | 5F | 4C |
| Octal | 366 | 374 | 212 | 2 | 0 | 55 | 1 | 77 | 137 | 114 |
| Binary | 11110110 | 11111100 | 10001010 | 10 | 0 | 101101 | 1 | 111111 | 1011111 | 1001100 |
Color Harmonies of #F6FC8A
Complementary color
Monochromatic Colors of #F6FC8A
Black with #F6FC8A
Text Example
Text Example
White with #F6FC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FC8A; }
p { color: rgb(246,252,138); }
H1.HeaderClassName
{
color: #F6FC8A;
}
.AnyTagClassName
{
color: #F6FC8A;
}
</style>
background-color css
<style>
a { background-color: #F6FC8A; }
a { background-color: rgb(246,252,138); }
div.DivClassName
{
background-color: #F6FC8A;
}
.BgClassName
{
background-color: #F6FC8A;
}
</style>
border-color css
<style>
span { border-color: #F6FC8A; }
span { border-color: rgb(246,252,138); }
td.TdClassName
{
border-color: #F6FC8A;
}
.TagClassName
{
border-color: #F6FC8A;
}
</style>