Shades of Tidal #F6FB80
Tints of Tidal #F6FB80
RGB
CMYK
RGB Variations
Color information
#F6FB80 (or 0xF6FB80) is known color: Tidal. HEX triplet: F6, FB and 80. RGB value is (246,251,128). Sum of RGB (Red+Green+Blue) = 246+251+128=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 128 (50.39% from 255 or 20.48% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FB80 is #09047F. Grayscale: #EBEBEB. Windows color (decimal): -590976 or 8453110. OLE color: 8453110.
HSL color Cylindrical-coordinate representation of color #F6FB80: hue angle of 62.44º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6FB80 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 128 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.02 |
| HSL | 62.44º | 0.94% | 0.74% | - |
| HSV(B) | 62.44º | 0.49% | 0.98% | - |
| XYZ | 76.4 | 90.15 | 33.8 | - |
| YUV | 235.48 | 67.34 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 128 | 0.02 | 0 | 0.49 | 0.02 | 62.44 | 0.94 | 0.74 |
| Hex | F6 | FB | 80 | 2 | 0 | 31 | 2 | 3E | 5E | 4A |
| Octal | 366 | 373 | 200 | 2 | 0 | 61 | 2 | 76 | 136 | 112 |
| Binary | 11110110 | 11111011 | 10000000 | 10 | 0 | 110001 | 10 | 111110 | 1011110 | 1001010 |
Color Harmonies of #F6FB80
Complementary color
Monochromatic Colors of #F6FB80
Black with #F6FB80
Text Example
Text Example
White with #F6FB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FB80; }
p { color: rgb(246,251,128); }
H1.HeaderClassName
{
color: #F6FB80;
}
.AnyTagClassName
{
color: #F6FB80;
}
</style>
background-color css
<style>
a { background-color: #F6FB80; }
a { background-color: rgb(246,251,128); }
div.DivClassName
{
background-color: #F6FB80;
}
.BgClassName
{
background-color: #F6FB80;
}
</style>
border-color css
<style>
span { border-color: #F6FB80; }
span { border-color: rgb(246,251,128); }
td.TdClassName
{
border-color: #F6FB80;
}
.TagClassName
{
border-color: #F6FB80;
}
</style>