#FE8771

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

Shades of Salmon #FE8771

Tints of Salmon #FE8771

Color information

#FE8771 (or 0xFE8771) is unknown color: approx Salmon. HEX triplet: FE, 87 and 71. RGB value is (254,135,113). Sum of RGB (Red+Green+Blue) = 254+135+113=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8771 is #01788E. Grayscale: #A8A8A8. Windows color (decimal): -96399 or 7440382. OLE color: 7440382.

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

Color convert

RGB254135113-
CMYK00.470.560.00
HSL9.36º98.6%71.96%-
HSV(B)9.36º55.51%99.61%-
XYZ52.5239.5920.5-
YUV168.0796.92189.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=50.60%
G=26.89%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413511300.470.560.009.3698.671.96
HexFE877102F38096348
Octal37620716105770011143110
Binary1111111010000111111000101011111110000100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8771; }

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

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

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

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

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

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

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

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