#FD9F86

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

Shades of Vivid Tangerine #FD9F86

Tints of Vivid Tangerine #FD9F86

Color information

#FD9F86 (or 0xFD9F86) is unknown color: approx Vivid Tangerine. HEX triplet: FD, 9F and 86. RGB value is (253,159,134). Sum of RGB (Red+Green+Blue) = 253+159+134=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9F86 is #026079. Grayscale: #B8B8B8. Windows color (decimal): -155770 or 8822781. OLE color: 8822781.

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

Color convert

RGB253159134-
CMYK00.370.470.01
HSL12.61º96.75%75.88%-
HSV(B)12.61º47.04%99.22%-
XYZ57.2147.428.69-
YUV184.2699.64177.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.34%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 134 (52.73% from 255) = 24.54%
R=46.34%
G=29.12%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315913400.370.470.0112.6196.7575.88
HexFD9F860252F1d614c
Octal37523720604557115141114
Binary11111101100111111000011001001011011111110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9F86; }

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

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

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

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

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

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

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

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