#FD9C80

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

Shades of Vivid Tangerine #FD9C80

Tints of Vivid Tangerine #FD9C80

Color information

#FD9C80 (or 0xFD9C80) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 9C and 80. RGB value is (253,156,128). Sum of RGB (Red+Green+Blue) = 253+156+128=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9C80 is #02637F. Grayscale: #B6B6B6. Windows color (decimal): -156544 or 8428797. OLE color: 8428797.

HSL color Cylindrical-coordinate representation of color #FD9C80: hue angle of 13.44º 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 #FD9C80 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB253156128-
CMYK00.380.490.01
HSL13.44º96.9%74.71%-
HSV(B)13.44º49.41%99.22%-
XYZ56.2946.2226.38-
YUV181.8197.64178.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=47.11%
G=29.05%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315612800.380.490.0113.4496.974.71
HexFD9C80026311d614b
Octal37523420004661115141113
Binary11111101100111001000000001001101100011110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9C80; }

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

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

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

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

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

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

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

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