#FAA388

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

Shades of Vivid Tangerine #FAA388

Tints of Vivid Tangerine #FAA388

Color information

#FAA388 (or 0xFAA388) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A3 and 88. RGB value is (250,163,136). Sum of RGB (Red+Green+Blue) = 250+163+136=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA388 is #055C77. Grayscale: #BABABA. Windows color (decimal): -351352 or 8954874. OLE color: 8954874.

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

Color convert

RGB250163136-
CMYK00.350.460.02
HSL14.21º91.94%75.69%-
HSV(B)14.21º45.6%98.04%-
XYZ56.9748.329.61-
YUV185.9399.82173.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 163 (64.06% from 255) = 29.69%
BLUE value IS 136 (53.52% from 255) = 24.77%
R=45.54%
G=29.69%
B=24.77%

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
Decimal25016313600.350.460.0214.2191.9475.69
HexFAA3880232E2e5c4c
Octal37224321004356216134114
Binary111110101010001110001000010001110111010111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA388; }

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

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

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

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

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

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

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

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