#FAA58A

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

Shades of Vivid Tangerine #FAA58A

Tints of Vivid Tangerine #FAA58A

Color information

#FAA58A (or 0xFAA58A) is unknown color: approx Vivid Tangerine. HEX triplet: FA, A5 and 8A. RGB value is (250,165,138). Sum of RGB (Red+Green+Blue) = 250+165+138=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA58A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA58A is #055A75. Grayscale: #BBBBBB. Windows color (decimal): -350838 or 9086458. OLE color: 9086458.

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

Color convert

RGB250165138-
CMYK00.340.450.02
HSL14.46º91.8%76.08%-
HSV(B)14.46º44.8%98.04%-
XYZ57.4749.0730.49-
YUV187.34100.16172.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=45.21%
G=29.84%
B=24.95%

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
Decimal25016513800.340.450.0214.4691.876.08
HexFAA58A0222D2e5c4c
Octal37224521204255216134114
Binary111110101010010110001010010001010110110111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA58A; }

 p { color: rgb(250,165,138); }

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

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

 a { background-color: rgb(250,165,138); }

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

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

 span { border-color: rgb(250,165,138); }

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