#FE8A6E

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

Shades of Salmon #FE8A6E

Tints of Salmon #FE8A6E

Color information

#FE8A6E (or 0xFE8A6E) is unknown color: approx Salmon. HEX triplet: FE, 8A and 6E. RGB value is (254,138,110). Sum of RGB (Red+Green+Blue) = 254+138+110=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8A6E is #017591. Grayscale: #A9A9A9. Windows color (decimal): -95634 or 7244542. OLE color: 7244542.

HSL color Cylindrical-coordinate representation of color #FE8A6E: hue angle of 11.67º 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 #FE8A6E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB254138110-
CMYK00.460.570.00
HSL11.67º98.63%71.37%-
HSV(B)11.67º56.69%99.61%-
XYZ52.7840.3719.76-
YUV169.4994.43188.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 110 (43.36% from 255) = 21.91%
R=50.60%
G=27.49%
B=21.91%

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
Decimal25413811000.460.570.0011.6798.6371.37
HexFE8A6E02E390c6347
Octal37621215605671014143107
Binary1111111010001010110111001011101110010110011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A6E; }

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

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

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

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

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

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

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

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