#FD7A74

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

Shades of Salmon #FD7A74

Tints of Salmon #FD7A74

Color information

#FD7A74 (or 0xFD7A74) is unknown color: approx Salmon. HEX triplet: FD, 7A and 74. RGB value is (253,122,116). Sum of RGB (Red+Green+Blue) = 253+122+116=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A74 is #02858B. Grayscale: #A0A0A0. Windows color (decimal): -165260 or 7633661. OLE color: 7633661.

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

Color convert

RGB253122116-
CMYK00.520.540.01
HSL2.63º97.16%72.35%-
HSV(B)2.63º54.15%99.22%-
XYZ50.6236.0620.82-
YUV160.48102.9193.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.53%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=51.53%
G=24.85%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312211600.520.540.012.6397.1672.35
HexFD7A7403436136148
Octal3751721640646613141110
Binary1111110111110101110100011010011011011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7A74; }

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

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

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

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

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

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

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

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