#FA876C

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

Shades of Salmon #FA876C

Tints of Salmon #FA876C

Color information

#FA876C (or 0xFA876C) is unknown color: approx Salmon. HEX triplet: FA, 87 and 6C. RGB value is (250,135,108). Sum of RGB (Red+Green+Blue) = 250+135+108=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA876C is #057893. Grayscale: #A6A6A6. Windows color (decimal): -358548 or 7112698. OLE color: 7112698.

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

Color convert

RGB250135108-
CMYK00.460.570.02
HSL11.41º93.42%70.2%-
HSV(B)11.41º56.8%98.04%-
XYZ50.838.7318.99-
YUV166.3195.1187.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.71%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=50.71%
G=27.38%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013510800.460.570.0211.4193.4270.2
HexFA876C02E392b5d46
Octal37220715405671213135106
Binary11111010100001111101100010111011100110101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA876C; }

 p { color: rgb(250,135,108); }

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

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

 a { background-color: rgb(250,135,108); }

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

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

 span { border-color: rgb(250,135,108); }

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