#FA9E86

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

Shades of Vivid Tangerine #FA9E86

Tints of Vivid Tangerine #FA9E86

Color information

#FA9E86 (or 0xFA9E86) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 9E and 86. RGB value is (250,158,134). Sum of RGB (Red+Green+Blue) = 250+158+134=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9E86 is #056179. Grayscale: #B6B6B6. Windows color (decimal): -352634 or 8822522. OLE color: 8822522.

HSL color Cylindrical-coordinate representation of color #FA9E86: hue angle of 12.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA9E86 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250158134-
CMYK00.370.460.02
HSL12.41º92.06%75.29%-
HSV(B)12.41º46.4%98.04%-
XYZ55.9546.528.58-
YUV182.77100.48175.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.13%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 134 (52.73% from 255) = 24.72%
R=46.13%
G=29.15%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015813400.370.460.0212.4192.0675.29
HexFA9E860252E2c5c4b
Octal37223620604556214134113
Binary111110101001111010000110010010110111010110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9E86; }

 p { color: rgb(250,158,134); }

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

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

 a { background-color: rgb(250,158,134); }

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

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

 span { border-color: rgb(250,158,134); }

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