#FAA487

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

Shades of Vivid Tangerine #FAA487

Tints of Vivid Tangerine #FAA487

Color information

#FAA487 (or 0xFAA487) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A4 and 87. RGB value is (250,164,135). Sum of RGB (Red+Green+Blue) = 250+164+135=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA487 is #055B78. Grayscale: #BABABA. Windows color (decimal): -351097 or 8889594. OLE color: 8889594.

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

Color convert

RGB250164135-
CMYK00.340.460.02
HSL15.13º92%75.49%-
HSV(B)15.13º46%98.04%-
XYZ57.0748.6229.3-
YUV186.4198.99173.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.54%
GREEN value IS 164 (64.45% from 255) = 29.87%
BLUE value IS 135 (53.12% from 255) = 24.59%
R=45.54%
G=29.87%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016413500.340.460.0215.139275.49
HexFAA4870222E2f5c4b
Octal37224420704256217134113
Binary111110101010010010000111010001010111010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA487; }

 p { color: rgb(250,164,135); }

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

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

 a { background-color: rgb(250,164,135); }

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

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

 span { border-color: rgb(250,164,135); }

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