#FA957A

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

Shades of Vivid Tangerine #FA957A

Tints of Vivid Tangerine #FA957A

Color information

#FA957A (or 0xFA957A) is unknown color: approx Vivid Tangerine. HEX triplet: FA, 95 and 7A. RGB value is (250,149,122). Sum of RGB (Red+Green+Blue) = 250+149+122=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA957A is #056A85. Grayscale: #B0B0B0. Windows color (decimal): -354950 or 8033786. OLE color: 8033786.

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

Color convert

RGB250149122-
CMYK00.400.510.02
HSL12.66º92.75%72.94%-
HSV(B)12.66º51.2%98.04%-
XYZ53.6843.2223.93-
YUV176.1297.46180.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.98%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=47.98%
G=28.60%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014912200.400.510.0212.6692.7572.94
HexFA957A028332d5d49
Octal37222517205063215135111
Binary11111010100101011111010010100011001110110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA957A; }

 p { color: rgb(250,149,122); }

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

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

 a { background-color: rgb(250,149,122); }

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

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

 span { border-color: rgb(250,149,122); }

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