#FF8F80

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

Shades of Vivid Tangerine #FF8F80

Tints of Vivid Tangerine #FF8F80

Color information

#FF8F80 (or 0xFF8F80) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 8F and 80. RGB value is (255,143,128). Sum of RGB (Red+Green+Blue) = 255+143+128=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8F80 is #00707F. Grayscale: #AEAEAE. Windows color (decimal): -28800 or 8425471. OLE color: 8425471.

HSL color Cylindrical-coordinate representation of color #FF8F80: hue angle of 7.09º 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 #FF8F80 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255143128-
CMYK00.440.500
HSL7.09º100%75.1%-
HSV(B)7.09º49.8%100%-
XYZ54.9642.4625.72-
YUV174.78101.61185.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=48.48%
G=27.19%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514312800.440.5007.0910075.1
HexFF8F8002C3207644b
Octal3772172000546207144113
Binary1111111110001111100000000101100110010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8F80; }

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

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

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

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

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

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

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

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