#FF7D6F

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

Shades of Salmon #FF7D6F

Tints of Salmon #FF7D6F

Color information

#FF7D6F (or 0xFF7D6F) is unknown color: approx Salmon. HEX triplet: FF, 7D and 6F. RGB value is (255,125,111). Sum of RGB (Red+Green+Blue) = 255+125+111=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D6F is #008290. Grayscale: #A2A2A2. Windows color (decimal): -33425 or 7306751. OLE color: 7306751.

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

Color convert

RGB255125111-
CMYK00.510.560
HSL5.83º100%71.76%-
HSV(B)5.83º56.47%100%-
XYZ51.4437.0719.48-
YUV162.2799.07194.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 111 (43.75% from 255) = 22.61%
R=51.93%
G=25.46%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512511100.510.5605.8310071.76
HexFF7D6F03338066448
Octal3771751570637006144110
Binary11111111111110111011110110011111000011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D6F; }

 p { color: rgb(255,125,111); }

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

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

 a { background-color: rgb(255,125,111); }

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

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

 span { border-color: rgb(255,125,111); }

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