#FD7C6B

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

Shades of Salmon #FD7C6B

Tints of Salmon #FD7C6B

Color information

#FD7C6B (or 0xFD7C6B) is unknown color: approx Salmon. HEX triplet: FD, 7C and 6B. RGB value is (253,124,107). Sum of RGB (Red+Green+Blue) = 253+124+107=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C6B is #028394. Grayscale: #A0A0A0. Windows color (decimal): -164757 or 7044349. OLE color: 7044349.

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

Color convert

RGB253124107-
CMYK00.510.580.01
HSL6.99º97.33%70.59%-
HSV(B)6.99º57.71%99.22%-
XYZ50.3736.3618.27-
YUV160.6397.74193.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.27%
GREEN value IS 124 (48.83% from 255) = 25.62%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=52.27%
G=25.62%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312410700.510.580.016.9997.3370.59
HexFD7C6B0333A176147
Octal3751741530637217141107
Binary11111101111110011010110110011111010111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C6B; }

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

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

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

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

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

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

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

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