#FAA389

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

Shades of Vivid Tangerine #FAA389

Tints of Vivid Tangerine #FAA389

Color information

#FAA389 (or 0xFAA389) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A3 and 89. RGB value is (250,163,137). Sum of RGB (Red+Green+Blue) = 250+163+137=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA389 is #055C76. Grayscale: #BABABA. Windows color (decimal): -351351 or 9020410. OLE color: 9020410.

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

Color convert

RGB250163137-
CMYK00.350.450.02
HSL13.81º91.87%75.88%-
HSV(B)13.81º45.2%98.04%-
XYZ57.0448.3229.99-
YUV186.05100.32173.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 137 (53.91% from 255) = 24.91%
R=45.45%
G=29.64%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016313700.350.450.0213.8191.8775.88
HexFAA3890232D2e5c4c
Octal37224321104355216134114
Binary111110101010001110001001010001110110110111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA389; }

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

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

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

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

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

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

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

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