#FD837C

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

Shades of Salmon #FD837C

Tints of Salmon #FD837C

Color information

#FD837C (or 0xFD837C) is unknown color: approx Salmon. HEX triplet: FD, 83 and 7C. RGB value is (253,131,124). Sum of RGB (Red+Green+Blue) = 253+131+124=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD837C is #027C83. Grayscale: #A6A6A6. Windows color (decimal): -162948 or 8160253. OLE color: 8160253.

HSL color Cylindrical-coordinate representation of color #FD837C: hue angle of 3.26º 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 #FD837C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253131124-
CMYK00.480.510.01
HSL3.26º96.99%73.92%-
HSV(B)3.26º50.99%99.22%-
XYZ52.2638.5723.76-
YUV166.68103.92189.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.80%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=49.80%
G=25.79%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313112400.480.510.013.2696.9973.92
HexFD837C0303313614a
Octal3752031740606313141112
Binary11111101100000111111100011000011001111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD837C; }

 p { color: rgb(253,131,124); }

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

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

 a { background-color: rgb(253,131,124); }

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

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

 span { border-color: rgb(253,131,124); }

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