#FE857D

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

Shades of Salmon #FE857D

Tints of Salmon #FE857D

Color information

#FE857D (or 0xFE857D) is unknown color: approx Salmon. HEX triplet: FE, 85 and 7D. RGB value is (254,133,125). Sum of RGB (Red+Green+Blue) = 254+133+125=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE857D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE857D is #017A82. Grayscale: #A8A8A8. Windows color (decimal): -96899 or 8226302. OLE color: 8226302.

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

Color convert

RGB254133125-
CMYK00.480.510.00
HSL3.72º98.47%74.31%-
HSV(B)3.72º50.79%99.61%-
XYZ52.9639.3324.2-
YUV168.27103.59189.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=49.61%
G=25.98%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413312500.480.510.003.7298.4774.31
HexFE857D0303304624a
Octal3762051750606304142112
Binary111111101000010111111010110000110011010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE857D; }

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

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

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

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

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

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

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

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