#FE8D6F

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

Shades of Salmon #FE8D6F

Tints of Salmon #FE8D6F

Color information

#FE8D6F (or 0xFE8D6F) is unknown color: approx Salmon. HEX triplet: FE, 8D and 6F. RGB value is (254,141,111). Sum of RGB (Red+Green+Blue) = 254+141+111=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8D6F is #017290. Grayscale: #ABABAB. Windows color (decimal): -94865 or 7310846. OLE color: 7310846.

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

Color convert

RGB254141111-
CMYK00.440.560.00
HSL12.59º98.62%71.57%-
HSV(B)12.59º56.3%99.61%-
XYZ53.2741.2720.2-
YUV171.3793.94186.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=50.20%
G=27.87%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414111100.440.560.0012.5998.6271.57
HexFE8D6F02C380d6348
Octal37621515705470015143110
Binary1111111010001101110111101011001110000110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D6F; }

 p { color: rgb(254,141,111); }

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

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

 a { background-color: rgb(254,141,111); }

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

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

 span { border-color: rgb(254,141,111); }

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