Shades of Tidal #F6FB8A
Tints of Tidal #F6FB8A
RGB
CMYK
RGB Variations
Color information
#F6FB8A (or 0xF6FB8A) is known color: Tidal. HEX triplet: F6, FB and 8A. RGB value is (246,251,138). Sum of RGB (Red+Green+Blue) = 246+251+138=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 138 (54.30% from 255 or 21.73% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FB8A is #090475. Grayscale: #EDEDED. Windows color (decimal): -590966 or 9108470. OLE color: 9108470.
HSL color Cylindrical-coordinate representation of color #F6FB8A: hue angle of 62.65º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6FB8A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 138 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.02 |
| HSL | 62.65º | 0.93% | 0.76% | - |
| HSV(B) | 62.65º | 0.45% | 0.98% | - |
| XYZ | 77.09 | 90.42 | 37.43 | - |
| YUV | 236.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 138 | 0.02 | 0 | 0.45 | 0.02 | 62.65 | 0.93 | 0.76 |
| Hex | F6 | FB | 8A | 2 | 0 | 2D | 2 | 3F | 5D | 4C |
| Octal | 366 | 373 | 212 | 2 | 0 | 55 | 2 | 77 | 135 | 114 |
| Binary | 11110110 | 11111011 | 10001010 | 10 | 0 | 101101 | 10 | 111111 | 1011101 | 1001100 |
Color Harmonies of #F6FB8A
Complementary color
Monochromatic Colors of #F6FB8A
Black with #F6FB8A
Text Example
Text Example
White with #F6FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FB8A; }
p { color: rgb(246,251,138); }
H1.HeaderClassName
{
color: #F6FB8A;
}
.AnyTagClassName
{
color: #F6FB8A;
}
</style>
background-color css
<style>
a { background-color: #F6FB8A; }
a { background-color: rgb(246,251,138); }
div.DivClassName
{
background-color: #F6FB8A;
}
.BgClassName
{
background-color: #F6FB8A;
}
</style>
border-color css
<style>
span { border-color: #F6FB8A; }
span { border-color: rgb(246,251,138); }
td.TdClassName
{
border-color: #F6FB8A;
}
.TagClassName
{
border-color: #F6FB8A;
}
</style>