#F5FB80

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

Shades of Tidal #F5FB80

Tints of Tidal #F5FB80

Color information

#F5FB80 (or 0xF5FB80) is unknown color: approx Tidal. HEX triplet: F5, FB and 80. RGB value is (245,251,128). Sum of RGB (Red+Green+Blue) = 245+251+128=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 128 (50.39% from 255 or 20.51% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FB80 is #0A047F. Grayscale: #EBEBEB. Windows color (decimal): -656512 or 8453109. OLE color: 8453109.

HSL color Cylindrical-coordinate representation of color #F5FB80: hue angle of 62.93º degrees, saturation: 0.94, 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 #F5FB80 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB245251128-
CMYK0.0200.490.02
HSL62.93º93.89%74.31%-
HSV(B)62.93º49%98.43%-
XYZ76.0589.9733.78-
YUV235.1867.51135-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.26%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 128 (50.39% from 255) = 20.51%
R=39.26%
G=40.22%
B=20.51%

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
Decimal2452511280.0200.490.0262.9393.8974.31
HexF5FB80203123f5e4a
Octal3653732002061277136112
Binary1111010111111011100000001001100011011111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FB80; }

 p { color: rgb(245,251,128); }

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

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

 a { background-color: rgb(245,251,128); }

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

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

 span { border-color: rgb(245,251,128); }

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