#FA997B

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

Shades of Vivid Tangerine #FA997B

Tints of Vivid Tangerine #FA997B

Color information

#FA997B (or 0xFA997B) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 99 and 7B. RGB value is (250,153,123). Sum of RGB (Red+Green+Blue) = 250+153+123=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA997B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA997B is #056684. Grayscale: #B2B2B2. Windows color (decimal): -353925 or 8100346. OLE color: 8100346.

HSL color Cylindrical-coordinate representation of color #FA997B: hue angle of 14.17º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA997B is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250153123-
CMYK00.390.510.02
HSL14.17º92.7%73.14%-
HSV(B)14.17º50.8%98.04%-
XYZ54.3944.5424.47-
YUV178.5896.64178.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.53%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 123 (48.44% from 255) = 23.38%
R=47.53%
G=29.09%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015312300.390.510.0214.1792.773.14
HexFA997B027332e5d49
Octal37223117304763216135111
Binary11111010100110011111011010011111001110111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA997B; }

 p { color: rgb(250,153,123); }

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

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

 a { background-color: rgb(250,153,123); }

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

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

 span { border-color: rgb(250,153,123); }

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