#F5FA80

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

Shades of Tidal #F5FA80

Tints of Tidal #F5FA80

Color information

#F5FA80 (or 0xF5FA80) is unknown color: approx 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

RGB245250128-
CMYK0.0200.490.02
HSL62.46º92.42%74.12%-
HSV(B)62.46º48.8%98.04%-
XYZ75.7489.3433.68-
YUV234.667.84135.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.33%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 128 (50.39% from 255) = 20.55%
R=39.33%
G=40.13%
B=20.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452501280.0200.490.0262.4692.4274.12
HexF5FA80203123e5c4a
Octal3653722002061276134112
Binary1111010111111010100000001001100011011111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>