#FE8C7A

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

Shades of Salmon #FE8C7A

Tints of Salmon #FE8C7A

Color information

#FE8C7A (or 0xFE8C7A) is unknown color: approx Salmon. HEX triplet: FE, 8C and 7A. RGB value is (254,140,122). Sum of RGB (Red+Green+Blue) = 254+140+122=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C7A is #017385. Grayscale: #ACACAC. Windows color (decimal): -95110 or 8031486. OLE color: 8031486.

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

Color convert

RGB254140122-
CMYK00.450.520.00
HSL8.18º98.51%73.73%-
HSV(B)8.18º51.97%99.61%-
XYZ53.7641.2323.54-
YUV172.0399.77186.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 140 (55.08% from 255) = 27.13%
BLUE value IS 122 (48.05% from 255) = 23.64%
R=49.22%
G=27.13%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414012200.450.520.008.1898.5173.73
HexFE8C7A02D3408634a
Octal37621417205564010143112
Binary1111111010001100111101001011011101000100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C7A; }

 p { color: rgb(254,140,122); }

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

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

 a { background-color: rgb(254,140,122); }

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

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

 span { border-color: rgb(254,140,122); }

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