#FA8275

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

Shades of Salmon #FA8275

Tints of Salmon #FA8275

Color information

#FA8275 (or 0xFA8275) is unknown color: approx Salmon. HEX triplet: FA, 82 and 75. RGB value is (250,130,117). Sum of RGB (Red+Green+Blue) = 250+130+117=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8275 is #057D8A. Grayscale: #A4A4A4. Windows color (decimal): -359819 or 7701242. OLE color: 7701242.

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

Color convert

RGB250130117-
CMYK00.480.530.02
HSL5.86º93.01%71.96%-
HSV(B)5.86º53.2%98.04%-
XYZ50.6237.5721.41-
YUV164.4101.26189.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.30%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=50.30%
G=26.16%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013011700.480.530.025.8693.0171.96
HexFA827503035265d48
Octal3722021650606526135110
Binary1111101010000010111010101100001101011011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8275; }

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

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

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

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

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

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

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

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