#FF8A75

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

Shades of Salmon #FF8A75

Tints of Salmon #FF8A75

Color information

#FF8A75 (or 0xFF8A75) is unknown color: approx Salmon. HEX triplet: FF, 8A and 75. RGB value is (255,138,117). Sum of RGB (Red+Green+Blue) = 255+138+117=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A75 is #00758A. Grayscale: #AAAAAA. Windows color (decimal): -30091 or 7703295. OLE color: 7703295.

HSL color Cylindrical-coordinate representation of color #FF8A75: hue angle of 9.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF8A75 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB255138117-
CMYK00.460.540
HSL9.13º100%72.94%-
HSV(B)9.13º54.12%100%-
XYZ53.5440.7221.87-
YUV170.5997.76188.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=50%
G=27.06%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513811700.460.5409.1310072.94
HexFF8A7502E36096449
Octal37721216505666011144111
Binary1111111110001010111010101011101101100100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A75; }

 p { color: rgb(255,138,117); }

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

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

 a { background-color: rgb(255,138,117); }

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

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

 span { border-color: rgb(255,138,117); }

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