#F58E80

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

Shades of Vivid Tangerine #F58E80

Tints of Vivid Tangerine #F58E80

Color information

#F58E80 (or 0xF58E80) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 8E and 80. RGB value is (245,142,128). Sum of RGB (Red+Green+Blue) = 245+142+128=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F58E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58E80 is #0A717F. Grayscale: #ABABAB. Windows color (decimal): -684416 or 8425205. OLE color: 8425205.

HSL color Cylindrical-coordinate representation of color #F58E80: hue angle of 7.18º 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 #F58E80 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB245142128-
CMYK00.420.480.04
HSL7.18º85.4%73.14%-
HSV(B)7.18º47.76%96.08%-
XYZ51.2340.3225.5-
YUV171.2103.62180.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=47.57%
G=27.57%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514212800.420.480.047.1885.473.14
HexF58E8002A30475549
Octal3652162000526047125111
Binary111101011000111010000000010101011000010011110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58E80; }

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

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

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

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

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

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

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

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