#FD736C

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

Shades of Salmon #FD736C

Tints of Salmon #FD736C

Color information

#FD736C (or 0xFD736C) is unknown color: approx Salmon. HEX triplet: FD, 73 and 6C. RGB value is (253,115,108). Sum of RGB (Red+Green+Blue) = 253+115+108=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD736C is #028C93. Grayscale: #9B9B9B. Windows color (decimal): -167060 or 7107581. OLE color: 7107581.

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

Color convert

RGB253115108-
CMYK00.550.570.01
HSL2.9º97.32%70.78%-
HSV(B)2.9º57.31%99.22%-
XYZ49.3534.2318.19-
YUV155.46101.22197.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.15%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 108 (42.58% from 255) = 22.69%
R=53.15%
G=24.16%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311510800.550.570.012.997.3270.78
HexFD736C03739136147
Octal3751631540677113141107
Binary1111110111100111101100011011111100111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD736C; }

 p { color: rgb(253,115,108); }

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

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

 a { background-color: rgb(253,115,108); }

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

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

 span { border-color: rgb(253,115,108); }

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