Shades of Tidal #F5FA8B
Tints of Tidal #F5FA8B
RGB
CMYK
RGB Variations
Color information
#F5FA8B (or 0xF5FA8B) is known color: Tidal. HEX triplet: F5, FA and 8B. RGB value is (245,250,139). Sum of RGB (Red+Green+Blue) = 245+250+139=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 139 (54.69% from 255 or 21.92% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA8B is #0A0574. Grayscale: #ECECEC. Windows color (decimal): -656757 or 9173749. OLE color: 9173749.
HSL color Cylindrical-coordinate representation of color #F5FA8B: hue angle of 62.7º 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 #F5FA8B is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 139 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.02 |
| HSL | 62.7º | 0.92% | 0.76% | - |
| HSV(B) | 62.7º | 0.44% | 0.98% | - |
| XYZ | 76.5 | 89.65 | 37.7 | - |
| YUV | 235.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 139 | 0.02 | 0 | 0.44 | 0.02 | 62.7 | 0.92 | 0.76 |
| Hex | F5 | FA | 8B | 2 | 0 | 2C | 2 | 3F | 5C | 4C |
| Octal | 365 | 372 | 213 | 2 | 0 | 54 | 2 | 77 | 134 | 114 |
| Binary | 11110101 | 11111010 | 10001011 | 10 | 0 | 101100 | 10 | 111111 | 1011100 | 1001100 |
Color Harmonies of #F5FA8B
Complementary color
Monochromatic Colors of #F5FA8B
Black with #F5FA8B
Text Example
Text Example
White with #F5FA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA8B; }
p { color: rgb(245,250,139); }
H1.HeaderClassName
{
color: #F5FA8B;
}
.AnyTagClassName
{
color: #F5FA8B;
}
</style>
background-color css
<style>
a { background-color: #F5FA8B; }
a { background-color: rgb(245,250,139); }
div.DivClassName
{
background-color: #F5FA8B;
}
.BgClassName
{
background-color: #F5FA8B;
}
</style>
border-color css
<style>
span { border-color: #F5FA8B; }
span { border-color: rgb(245,250,139); }
td.TdClassName
{
border-color: #F5FA8B;
}
.TagClassName
{
border-color: #F5FA8B;
}
</style>