#FE8A6D

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

Shades of Salmon #FE8A6D

Tints of Salmon #FE8A6D

Color information

#FE8A6D (or 0xFE8A6D) is unknown color: approx Salmon. HEX triplet: FE, 8A and 6D. RGB value is (254,138,109). Sum of RGB (Red+Green+Blue) = 254+138+109=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A6D is #017592. Grayscale: #A9A9A9. Windows color (decimal): -95635 or 7179006. OLE color: 7179006.

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

Color convert

RGB254138109-
CMYK00.460.570.00
HSL12º98.64%71.18%-
HSV(B)12º57.09%99.61%-
XYZ52.7240.3519.48-
YUV169.3893.93188.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.70%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 109 (42.97% from 255) = 21.76%
R=50.70%
G=27.54%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413810900.460.570.001298.6471.18
HexFE8A6D02E390c6347
Octal37621215505671014143107
Binary1111111010001010110110101011101110010110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A6D; }

 p { color: rgb(254,138,109); }

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

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

 a { background-color: rgb(254,138,109); }

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

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

 span { border-color: rgb(254,138,109); }

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