#FAA386

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

Shades of Vivid Tangerine #FAA386

Tints of Vivid Tangerine #FAA386

Color information

#FAA386 (or 0xFAA386) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A3 and 86. RGB value is (250,163,134). Sum of RGB (Red+Green+Blue) = 250+163+134=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA386 is #055C79. Grayscale: #B9B9B9. Windows color (decimal): -351354 or 8823802. OLE color: 8823802.

HSL color Cylindrical-coordinate representation of color #FAA386: hue angle of 15º 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 #FAA386 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250163134-
CMYK00.350.460.02
HSL15º92.06%75.29%-
HSV(B)15º46.4%98.04%-
XYZ56.8248.2428.87-
YUV185.7198.82173.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=45.70%
G=29.80%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016313400.350.460.021592.0675.29
HexFAA3860232E2f5c4b
Octal37224320604356217134113
Binary111110101010001110000110010001110111010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA386; }

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

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

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

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

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

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

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

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