#FF8E80

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

Shades of Vivid Tangerine #FF8E80

Tints of Vivid Tangerine #FF8E80

Color information

#FF8E80 (or 0xFF8E80) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 8E and 80. RGB value is (255,142,128). Sum of RGB (Red+Green+Blue) = 255+142+128=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8E80 is #00717F. Grayscale: #AEAEAE. Windows color (decimal): -29056 or 8425215. OLE color: 8425215.

HSL color Cylindrical-coordinate representation of color #FF8E80: hue angle of 6.61º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF8E80 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255142128-
CMYK00.440.500
HSL6.61º100%75.1%-
HSV(B)6.61º49.8%100%-
XYZ54.8142.1625.67-
YUV174.19101.94185.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=48.57%
G=27.05%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514212800.440.5006.6110075.1
HexFF8E8002C3207644b
Octal3772162000546207144113
Binary1111111110001110100000000101100110010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E80; }

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

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

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

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

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

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

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

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