#FF7E7D

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

Shades of Salmon #FF7E7D

Tints of Salmon #FF7E7D

Color information

#FF7E7D (or 0xFF7E7D) is unknown color: approx Salmon. HEX triplet: FF, 7E and 7D. RGB value is (255,126,125). Sum of RGB (Red+Green+Blue) = 255+126+125=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E7D is #008182. Grayscale: #A4A4A4. Windows color (decimal): -33155 or 8224511. OLE color: 8224511.

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

Color convert

RGB255126125-
CMYK00.510.510
HSL0.46º100%74.51%-
HSV(B)0.46º50.98%100%-
XYZ52.437.6623.91-
YUV164.46105.74192.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 126 (49.61% from 255) = 24.90%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=50.40%
G=24.90%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512612500.510.5100.4610074.51
HexFF7E7D0333300644b
Octal3771761750636300144113
Binary111111111111110111110101100111100110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E7D; }

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

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

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

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

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

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

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

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