#F0F580

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

Shades of Tidal #F0F580

Tints of Tidal #F0F580

Color information

#F0F580 (or 0xF0F580) is unknown color: approx Tidal. HEX triplet: F0, F5 and 80. RGB value is (240,245,128). Sum of RGB (Red+Green+Blue) = 240+245+128=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F580 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F580 is #0F0A7F. Grayscale: #E6E6E6. Windows color (decimal): -985728 or 8451568. OLE color: 8451568.

HSL color Cylindrical-coordinate representation of color #F0F580: hue angle of 62.56º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F580 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB240245128-
CMYK0.0200.480.04
HSL62.56º85.4%73.14%-
HSV(B)62.56º47.76%96.08%-
XYZ72.4885.3933.08-
YUV230.1770.34135.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 128 (50.39% from 255) = 20.88%
R=39.15%
G=39.97%
B=20.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402451280.0200.480.0462.5685.473.14
HexF0F580203043f5549
Octal3603652002060477125111
Binary11110000111101011000000010011000010011111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F580; }

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

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

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

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

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

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

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

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