#FE7D70

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

Shades of Salmon #FE7D70

Tints of Salmon #FE7D70

Color information

#FE7D70 (or 0xFE7D70) is unknown color: approx Salmon. HEX triplet: FE, 7D and 70. RGB value is (254,125,112). Sum of RGB (Red+Green+Blue) = 254+125+112=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D70 is #01828F. Grayscale: #A2A2A2. Windows color (decimal): -98960 or 7372286. OLE color: 7372286.

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

Color convert

RGB254125112-
CMYK00.510.560.00
HSL5.49º98.61%71.76%-
HSV(B)5.49º55.91%99.61%-
XYZ51.1336.9119.76-
YUV162.0999.74193.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.73%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=51.73%
G=25.46%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412511200.510.560.005.4998.6171.76
HexFE7D7003338056348
Octal3761751600637005143110
Binary11111110111110111100000110011111000010111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D70; }

 p { color: rgb(254,125,112); }

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

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

 a { background-color: rgb(254,125,112); }

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

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

 span { border-color: rgb(254,125,112); }

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