#FD7F6A

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

Shades of Salmon #FD7F6A

Tints of Salmon #FD7F6A

Color information

#FD7F6A (or 0xFD7F6A) is unknown color: approx Salmon. HEX triplet: FD, 7F and 6A. RGB value is (253,127,106). Sum of RGB (Red+Green+Blue) = 253+127+106=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F6A is #028095. Grayscale: #A2A2A2. Windows color (decimal): -163990 or 6979581. OLE color: 6979581.

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

Color convert

RGB253127106-
CMYK00.500.580.01
HSL8.57º97.35%70.39%-
HSV(B)8.57º58.1%99.22%-
XYZ50.737.118.12-
YUV162.2896.24192.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.06%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=52.06%
G=26.13%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312710600.500.580.018.5797.3570.39
HexFD7F6A0323A196146
Octal37517715206272111141106
Binary111111011111111110101001100101110101100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7F6A; }

 p { color: rgb(253,127,106); }

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

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

 a { background-color: rgb(253,127,106); }

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

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

 span { border-color: rgb(253,127,106); }

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