Shades of Tidal #F7FA8C
Tints of Tidal #F7FA8C
RGB
CMYK
RGB Variations
Color information
#F7FA8C (or 0xF7FA8C) is known color: Tidal. HEX triplet: F7, FA and 8C. RGB value is (247,250,140). Sum of RGB (Red+Green+Blue) = 247+250+140=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 140 (55.08% from 255 or 21.98% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #F7FA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FA8C is #080573. Grayscale: #EDEDED. Windows color (decimal): -525684 or 9239287. OLE color: 9239287.
HSL color Cylindrical-coordinate representation of color #F7FA8C: hue angle of 61.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7FA8C is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 250 | 140 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.02 |
| HSL | 61.64º | 0.92% | 0.76% | - |
| HSV(B) | 61.64º | 0.44% | 0.98% | - |
| XYZ | 77.28 | 90.04 | 38.12 | - |
| YUV | 236.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 250 | 140 | 0.01 | 0 | 0.44 | 0.02 | 61.64 | 0.92 | 0.76 |
| Hex | F7 | FA | 8C | 1 | 0 | 2C | 2 | 3E | 5C | 4C |
| Octal | 367 | 372 | 214 | 1 | 0 | 54 | 2 | 76 | 134 | 114 |
| Binary | 11110111 | 11111010 | 10001100 | 1 | 0 | 101100 | 10 | 111110 | 1011100 | 1001100 |
Color Harmonies of #F7FA8C
Complementary color
Monochromatic Colors of #F7FA8C
Black with #F7FA8C
Text Example
Text Example
White with #F7FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FA8C; }
p { color: rgb(247,250,140); }
H1.HeaderClassName
{
color: #F7FA8C;
}
.AnyTagClassName
{
color: #F7FA8C;
}
</style>
background-color css
<style>
a { background-color: #F7FA8C; }
a { background-color: rgb(247,250,140); }
div.DivClassName
{
background-color: #F7FA8C;
}
.BgClassName
{
background-color: #F7FA8C;
}
</style>
border-color css
<style>
span { border-color: #F7FA8C; }
span { border-color: rgb(247,250,140); }
td.TdClassName
{
border-color: #F7FA8C;
}
.TagClassName
{
border-color: #F7FA8C;
}
</style>