#F5FA90

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

Shades of Tidal #F5FA90

Tints of Tidal #F5FA90

Color information

#F5FA90 (or 0xF5FA90) is unknown color: approx Tidal. HEX triplet: F5, FA and 90. RGB value is (245,250,144). Sum of RGB (Red+Green+Blue) = 245+250+144=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 144 (56.64% from 255 or 22.54% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FA90 is #0A056F. Grayscale: #ECECEC. Windows color (decimal): -656752 or 9501429. OLE color: 9501429.

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

Color convert

RGB245250144-
CMYK0.0200.420.02
HSL62.83º91.38%77.25%-
HSV(B)62.83º42.4%98.04%-
XYZ76.8889.839.67-
YUV236.4275.84134.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 144 (56.64% from 255) = 22.54%
R=38.34%
G=39.12%
B=22.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501440.0200.420.0262.8391.3877.25
HexF5FA90202A23f5b4d
Octal3653722202052277133115
Binary1111010111111010100100001001010101011111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FA90; }

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

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

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

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

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

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

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

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