#FAA188

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

Shades of Vivid Tangerine #FAA188

Tints of Vivid Tangerine #FAA188

Color information

#FAA188 (or 0xFAA188) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A1 and 88. RGB value is (250,161,136). Sum of RGB (Red+Green+Blue) = 250+161+136=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA188 is #055E77. Grayscale: #B8B8B8. Windows color (decimal): -351864 or 8954362. OLE color: 8954362.

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

Color convert

RGB250161136-
CMYK00.360.460.02
HSL13.16º91.94%75.69%-
HSV(B)13.16º45.6%98.04%-
XYZ56.6147.5929.49-
YUV184.76100.49174.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.70%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=45.70%
G=29.43%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016113600.360.460.0213.1691.9475.69
HexFAA1880242E2d5c4c
Octal37224121004456215134114
Binary111110101010000110001000010010010111010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA188; }

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

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

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

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

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

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

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

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