#FA8A6C

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

Shades of Salmon #FA8A6C

Tints of Salmon #FA8A6C

Color information

#FA8A6C (or 0xFA8A6C) is unknown color: approx Salmon. HEX triplet: FA, 8A and 6C. RGB value is (250,138,108). Sum of RGB (Red+Green+Blue) = 250+138+108=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A6C is #057593. Grayscale: #A8A8A8. Windows color (decimal): -357780 or 7113466. OLE color: 7113466.

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

Color convert

RGB250138108-
CMYK00.450.570.02
HSL12.68º93.42%70.2%-
HSV(B)12.68º56.8%98.04%-
XYZ51.2239.5819.13-
YUV168.0794.11186.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.40%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 108 (42.58% from 255) = 21.77%
R=50.40%
G=27.82%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013810800.450.570.0212.6893.4270.2
HexFA8A6C02D392d5d46
Octal37221215405571215135106
Binary11111010100010101101100010110111100110110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8A6C; }

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

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

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

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

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

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

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

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