#FE876C

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

Shades of Salmon #FE876C

Tints of Salmon #FE876C

Color information

#FE876C (or 0xFE876C) is unknown color: approx Salmon. HEX triplet: FE, 87 and 6C. RGB value is (254,135,108). Sum of RGB (Red+Green+Blue) = 254+135+108=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE876C is #017893. Grayscale: #A7A7A7. Windows color (decimal): -96404 or 7112702. OLE color: 7112702.

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

Color convert

RGB254135108-
CMYK00.470.570.00
HSL11.1º98.65%70.98%-
HSV(B)11.1º57.48%99.61%-
XYZ52.2439.4819.05-
YUV167.594.42189.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=51.11%
G=27.16%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413510800.470.570.0011.198.6570.98
HexFE876C02F390b6347
Octal37620715405771013143107
Binary1111111010000111110110001011111110010101111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE876C; }

 p { color: rgb(254,135,108); }

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

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

 a { background-color: rgb(254,135,108); }

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

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

 span { border-color: rgb(254,135,108); }

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