#FA9B82

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

Shades of Vivid Tangerine #FA9B82

Tints of Vivid Tangerine #FA9B82

Color information

#FA9B82 (or 0xFA9B82) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 9B and 82. RGB value is (250,155,130). Sum of RGB (Red+Green+Blue) = 250+155+130=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9B82 is #05647D. Grayscale: #B4B4B4. Windows color (decimal): -353406 or 8559610. OLE color: 8559610.

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

Color convert

RGB250155130-
CMYK00.380.480.02
HSL12.5º92.31%74.51%-
HSV(B)12.5º48%98.04%-
XYZ55.1745.3826.97-
YUV180.5699.47177.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.73%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 130 (51.17% from 255) = 24.30%
R=46.73%
G=28.97%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015513000.380.480.0212.592.3174.51
HexFA9B82026302d5c4b
Octal37223320204660215134113
Binary111110101001101110000010010011011000010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9B82; }

 p { color: rgb(250,155,130); }

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

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

 a { background-color: rgb(250,155,130); }

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

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

 span { border-color: rgb(250,155,130); }

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