#FE796E

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

Shades of Salmon #FE796E

Tints of Salmon #FE796E

Color information

#FE796E (or 0xFE796E) is unknown color: approx Salmon. HEX triplet: FE, 79 and 6E. RGB value is (254,121,110). Sum of RGB (Red+Green+Blue) = 254+121+110=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE796E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE796E is #018691. Grayscale: #9F9F9F. Windows color (decimal): -99986 or 7240190. OLE color: 7240190.

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

Color convert

RGB254121110-
CMYK00.520.570.00
HSL4.58º98.63%71.37%-
HSV(B)4.58º56.69%99.61%-
XYZ50.5235.8719.01-
YUV159.51100.06195.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.37%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=52.37%
G=24.95%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412111000.520.570.004.5898.6371.37
HexFE796E03439056347
Octal3761711560647105143107
Binary11111110111100111011100110100111001010111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE796E; }

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

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

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

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

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

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

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

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