#FE8071

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

Shades of Salmon #FE8071

Tints of Salmon #FE8071

Color information

#FE8071 (or 0xFE8071) is unknown color: approx Salmon. HEX triplet: FE, 80 and 71. RGB value is (254,128,113). Sum of RGB (Red+Green+Blue) = 254+128+113=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8071 is #017F8E. Grayscale: #A4A4A4. Windows color (decimal): -98191 or 7438590. OLE color: 7438590.

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

Color convert

RGB254128113-
CMYK00.500.560.00
HSL6.38º98.6%71.96%-
HSV(B)6.38º55.51%99.61%-
XYZ51.5737.720.18-
YUV163.9699.24192.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.31%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=51.31%
G=25.86%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412811300.500.560.006.3898.671.96
HexFE807103238066348
Octal3762001610627006143110
Binary111111101000000011100010110010111000011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8071; }

 p { color: rgb(254,128,113); }

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

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

 a { background-color: rgb(254,128,113); }

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

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

 span { border-color: rgb(254,128,113); }

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