#FF8A7D

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

Shades of Salmon #FF8A7D

Tints of Salmon #FF8A7D

Color information

#FF8A7D (or 0xFF8A7D) is unknown color: approx Salmon. HEX triplet: FF, 8A and 7D. RGB value is (255,138,125). Sum of RGB (Red+Green+Blue) = 255+138+125=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A7D is #007582. Grayscale: #ABABAB. Windows color (decimal): -30083 or 8227583. OLE color: 8227583.

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

Color convert

RGB255138125-
CMYK00.460.510
HSL100%74.51%-
HSV(B)50.98%100%-
XYZ54.0340.9224.45-
YUV171.5101.76187.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 125 (49.22% from 255) = 24.13%
R=49.23%
G=26.64%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513812500.460.510610074.51
HexFF8A7D02E3306644b
Octal3772121750566306144113
Binary111111111000101011111010101110110011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A7D; }

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

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

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

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

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

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

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

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