#FD9C86

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

Shades of Vivid Tangerine #FD9C86

Tints of Vivid Tangerine #FD9C86

Color information

#FD9C86 (or 0xFD9C86) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 9C and 86. RGB value is (253,156,134). Sum of RGB (Red+Green+Blue) = 253+156+134=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9C86 is #026379. Grayscale: #B6B6B6. Windows color (decimal): -156538 or 8822013. OLE color: 8822013.

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

Color convert

RGB253156134-
CMYK00.380.470.01
HSL11.09º96.75%75.88%-
HSV(B)11.09º47.04%99.22%-
XYZ56.746.3828.52-
YUV182.5100.64178.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.59%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 134 (52.73% from 255) = 24.68%
R=46.59%
G=28.73%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315613400.380.470.0111.0996.7575.88
HexFD9C860262F1b614c
Octal37523420604657113141114
Binary11111101100111001000011001001101011111101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9C86; }

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

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

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

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

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

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

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

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