#FAA489

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

Shades of Vivid Tangerine #FAA489

Tints of Vivid Tangerine #FAA489

Color information

#FAA489 (or 0xFAA489) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A4 and 89. RGB value is (250,164,137). Sum of RGB (Red+Green+Blue) = 250+164+137=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA489 is #055B76. Grayscale: #BABABA. Windows color (decimal): -351095 or 9020666. OLE color: 9020666.

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

Color convert

RGB250164137-
CMYK00.340.450.02
HSL14.34º91.87%75.88%-
HSV(B)14.34º45.2%98.04%-
XYZ57.2248.6830.05-
YUV186.6499.99173.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 137 (53.91% from 255) = 24.86%
R=45.37%
G=29.76%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016413700.340.450.0214.3491.8775.88
HexFAA4890222D2e5c4c
Octal37224421104255216134114
Binary111110101010010010001001010001010110110111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA489; }

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

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

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

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

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

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

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

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