#FD8170

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

Shades of Salmon #FD8170

Tints of Salmon #FD8170

Color information

#FD8170 (or 0xFD8170) is unknown color: approx Salmon. HEX triplet: FD, 81 and 70. RGB value is (253,129,112). Sum of RGB (Red+Green+Blue) = 253+129+112=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8170 is #027E8F. Grayscale: #A4A4A4. Windows color (decimal): -163472 or 7373309. OLE color: 7373309.

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

Color convert

RGB253129112-
CMYK00.490.560.01
HSL7.23º97.24%71.57%-
HSV(B)7.23º55.73%99.22%-
XYZ51.2837.7519.91-
YUV164.1498.58191.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.21%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=51.21%
G=26.11%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312911200.490.560.017.2397.2471.57
HexFD817003138176148
Octal3752011600617017141110
Binary111111011000000111100000110001111000111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8170; }

 p { color: rgb(253,129,112); }

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

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

 a { background-color: rgb(253,129,112); }

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

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

 span { border-color: rgb(253,129,112); }

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