#FD8E80

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

Shades of Vivid Tangerine #FD8E80

Tints of Vivid Tangerine #FD8E80

Color information

#FD8E80 (or 0xFD8E80) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 8E and 80. RGB value is (253,142,128). Sum of RGB (Red+Green+Blue) = 253+142+128=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8E80 is #02717F. Grayscale: #ADADAD. Windows color (decimal): -160128 or 8425213. OLE color: 8425213.

HSL color Cylindrical-coordinate representation of color #FD8E80: hue angle of 6.72º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD8E80 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB253142128-
CMYK00.440.490.01
HSL6.72º96.9%74.71%-
HSV(B)6.72º49.41%99.22%-
XYZ54.0841.7925.64-
YUV173.59102.27184.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=48.37%
G=27.15%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314212800.440.490.016.7296.974.71
HexFD8E8002C3117614b
Octal3752162000546117141113
Binary1111110110001110100000000101100110001111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8E80; }

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

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

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

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

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

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

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

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