#F5FA95

Color #F5FA95 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #F5FA95

Tints of Tidal #F5FA95

Color information

#F5FA95 (or 0xF5FA95) is unknown color: approx Tidal. HEX triplet: F5, FA and 95. RGB value is (245,250,149). Sum of RGB (Red+Green+Blue) = 245+250+149=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 149 (58.59% from 255 or 23.14% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA95 is #0A056A. Grayscale: #EDEDED. Windows color (decimal): -656747 or 9829109. OLE color: 9829109.

HSL color Cylindrical-coordinate representation of color #F5FA95: hue angle of 62.97º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5FA95 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB245250149-
CMYK0.0200.400.02
HSL62.97º90.99%78.24%-
HSV(B)62.97º40.4%98.04%-
XYZ77.2789.9541.72-
YUV236.9978.34133.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 38.04%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 149 (58.59% from 255) = 23.14%
R=38.04%
G=38.82%
B=23.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501490.0200.400.0262.9790.9978.24
HexF5FA95202823f5b4e
Octal3653722252050277133116
Binary1111010111111010100101011001010001011111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FA95; }

 p { color: rgb(245,250,149); }

 H1.HeaderClassName
 {
   color: #F5FA95;
 }
 .AnyTagClassName
 {
   color: #F5FA95;
 }
</style>
background-color css

<style>
 a { background-color: #F5FA95; }

 a { background-color: rgb(245,250,149); }

 div.DivClassName
 {
   background-color: #F5FA95;
 }
 .BgClassName
 {
   background-color: #F5FA95;
 }
</style>
border-color css

<style>
 span { border-color: #F5FA95; }

 span { border-color: rgb(245,250,149); }

 td.TdClassName
 {
   border-color: #F5FA95;
 }
 .TagClassName
 {
   border-color: #F5FA95;
 }
</style>