Shades of Tidal #F5FA80
Tints of Tidal #F5FA80
RGB
CMYK
RGB Variations
Color information
#F5FA80 (or 0xF5FA80) is known color: Tidal. HEX triplet: F5, FA and 80. RGB value is (245,250,128). Sum of RGB (Red+Green+Blue) = 245+250+128=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA80 is #0A057F. Grayscale: #EBEBEB. Windows color (decimal): -656768 or 8452853. OLE color: 8452853.
HSL color Cylindrical-coordinate representation of color #F5FA80: hue angle of 62.46º degrees, saturation: 0.92, 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 #F5FA80 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 128 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.02 |
| HSL | 62.46º | 0.92% | 0.74% | - |
| HSV(B) | 62.46º | 0.49% | 0.98% | - |
| XYZ | 75.74 | 89.34 | 33.68 | - |
| YUV | 234.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 128 | 0.02 | 0 | 0.49 | 0.02 | 62.46 | 0.92 | 0.74 |
| Hex | F5 | FA | 80 | 2 | 0 | 31 | 2 | 3E | 5C | 4A |
| Octal | 365 | 372 | 200 | 2 | 0 | 61 | 2 | 76 | 134 | 112 |
| Binary | 11110101 | 11111010 | 10000000 | 10 | 0 | 110001 | 10 | 111110 | 1011100 | 1001010 |
Color Harmonies of #F5FA80
Complementary color
Monochromatic Colors of #F5FA80
Black with #F5FA80
Text Example
Text Example
White with #F5FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FA80; }
p { color: rgb(245,250,128); }
H1.HeaderClassName
{
color: #F5FA80;
}
.AnyTagClassName
{
color: #F5FA80;
}
</style>
background-color css
<style>
a { background-color: #F5FA80; }
a { background-color: rgb(245,250,128); }
div.DivClassName
{
background-color: #F5FA80;
}
.BgClassName
{
background-color: #F5FA80;
}
</style>
border-color css
<style>
span { border-color: #F5FA80; }
span { border-color: rgb(245,250,128); }
td.TdClassName
{
border-color: #F5FA80;
}
.TagClassName
{
border-color: #F5FA80;
}
</style>