Shades of Tidal #F6FE8A
Tints of Tidal #F6FE8A
RGB
CMYK
RGB Variations
Color information
#F6FE8A (or 0xF6FE8A) is known color: Tidal. HEX triplet: F6, FE and 8A. RGB value is (246,254,138). Sum of RGB (Red+Green+Blue) = 246+254+138=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 138 (54.30% from 255 or 21.63% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FE8A is #090175. Grayscale: #EEEEEE. Windows color (decimal): -590198 or 9109238. OLE color: 9109238.
HSL color Cylindrical-coordinate representation of color #F6FE8A: hue angle of 64.14º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6FE8A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 254 | 138 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.00 |
| HSL | 64.14º | 0.98% | 0.77% | - |
| HSV(B) | 64.14º | 0.46% | 1% | - |
| XYZ | 78.04 | 92.31 | 37.75 | - |
| YUV | 238.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 254 | 138 | 0.03 | 0 | 0.46 | 0.00 | 64.14 | 0.98 | 0.77 |
| Hex | F6 | FE | 8A | 3 | 0 | 2E | 0 | 40 | 62 | 4D |
| Octal | 366 | 376 | 212 | 3 | 0 | 56 | 0 | 100 | 142 | 115 |
| Binary | 11110110 | 11111110 | 10001010 | 11 | 0 | 101110 | 0 | 1000000 | 1100010 | 1001101 |
Color Harmonies of #F6FE8A
Complementary color
Monochromatic Colors of #F6FE8A
Black with #F6FE8A
Text Example
Text Example
White with #F6FE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FE8A; }
p { color: rgb(246,254,138); }
H1.HeaderClassName
{
color: #F6FE8A;
}
.AnyTagClassName
{
color: #F6FE8A;
}
</style>
background-color css
<style>
a { background-color: #F6FE8A; }
a { background-color: rgb(246,254,138); }
div.DivClassName
{
background-color: #F6FE8A;
}
.BgClassName
{
background-color: #F6FE8A;
}
</style>
border-color css
<style>
span { border-color: #F6FE8A; }
span { border-color: rgb(246,254,138); }
td.TdClassName
{
border-color: #F6FE8A;
}
.TagClassName
{
border-color: #F6FE8A;
}
</style>