#FD7A70

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

Shades of Salmon #FD7A70

Tints of Salmon #FD7A70

Color information

#FD7A70 (or 0xFD7A70) is unknown color: approx Salmon. HEX triplet: FD, 7A and 70. RGB value is (253,122,112). Sum of RGB (Red+Green+Blue) = 253+122+112=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A70 is #02858F. Grayscale: #A0A0A0. Windows color (decimal): -165264 or 7371517. OLE color: 7371517.

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

Color convert

RGB253122112-
CMYK00.520.560.01
HSL4.26º97.24%71.57%-
HSV(B)4.26º55.73%99.22%-
XYZ50.3935.9719.62-
YUV160.03100.9194.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=51.95%
G=25.05%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312211200.520.560.014.2697.2471.57
HexFD7A7003438146148
Octal3751721600647014141110
Binary11111101111101011100000110100111000110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7A70; }

 p { color: rgb(253,122,112); }

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

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

 a { background-color: rgb(253,122,112); }

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

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

 span { border-color: rgb(253,122,112); }

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