#FE817D

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

Shades of Salmon #FE817D

Tints of Salmon #FE817D

Color information

#FE817D (or 0xFE817D) is unknown color: approx Salmon. HEX triplet: FE, 81 and 7D. RGB value is (254,129,125). Sum of RGB (Red+Green+Blue) = 254+129+125=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE817D is #017E82. Grayscale: #A6A6A6. Windows color (decimal): -97923 or 8225278. OLE color: 8225278.

HSL color Cylindrical-coordinate representation of color #FE817D: hue angle of 1.86º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE817D is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB254129125-
CMYK00.490.510.00
HSL1.86º98.47%74.31%-
HSV(B)1.86º50.79%99.61%-
XYZ52.4238.2524.02-
YUV165.92104.91190.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=50%
G=25.39%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412912500.490.510.001.8698.4774.31
HexFE817D0313302624a
Octal3762011750616302142112
Binary11111110100000011111101011000111001101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE817D; }

 p { color: rgb(254,129,125); }

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

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

 a { background-color: rgb(254,129,125); }

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

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

 span { border-color: rgb(254,129,125); }

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