#FD8A7D

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

Shades of Salmon #FD8A7D

Tints of Salmon #FD8A7D

Color information

#FD8A7D (or 0xFD8A7D) is unknown color: approx Salmon. HEX triplet: FD, 8A and 7D. RGB value is (253,138,125). Sum of RGB (Red+Green+Blue) = 253+138+125=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A7D is #027582. Grayscale: #ABABAB. Windows color (decimal): -161155 or 8227581. OLE color: 8227581.

HSL color Cylindrical-coordinate representation of color #FD8A7D: hue angle of 6.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD8A7D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253138125-
CMYK00.450.510.01
HSL6.09º96.97%74.12%-
HSV(B)6.09º50.59%99.22%-
XYZ53.340.5424.42-
YUV170.9102.1186.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.03%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=49.03%
G=26.74%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313812500.450.510.016.0996.9774.12
HexFD8A7D02D3316614a
Octal3752121750556316141112
Binary111111011000101011111010101101110011111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8A7D; }

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

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

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

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

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

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

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

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