#FE786E

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

Shades of Salmon #FE786E

Tints of Salmon #FE786E

Color information

#FE786E (or 0xFE786E) is unknown color: approx Salmon. HEX triplet: FE, 78 and 6E. RGB value is (254,120,110). Sum of RGB (Red+Green+Blue) = 254+120+110=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE786E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE786E is #018791. Grayscale: #9F9F9F. Windows color (decimal): -100242 or 7239934. OLE color: 7239934.

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

Color convert

RGB254120110-
CMYK00.530.570.00
HSL4.17º98.63%71.37%-
HSV(B)4.17º56.69%99.61%-
XYZ50.435.6318.97-
YUV158.93100.39195.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.48%
GREEN value IS 120 (47.27% from 255) = 24.79%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=52.48%
G=24.79%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412011000.530.570.004.1798.6371.37
HexFE786E03539046347
Octal3761701560657104143107
Binary11111110111100011011100110101111001010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE786E; }

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

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

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

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

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

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

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

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