#FEA585

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

Shades of Light Salmon #FEA585

Tints of Light Salmon #FEA585

Color information

#FEA585 (or 0xFEA585) is unknown color: approx Light Salmon. HEX triplet: FE, A5 and 85. RGB value is (254,165,133). Sum of RGB (Red+Green+Blue) = 254+165+133=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA585 is #015A7A. Grayscale: #BCBCBC. Windows color (decimal): -88699 or 8758782. OLE color: 8758782.

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

Color convert

RGB254165133-
CMYK00.350.480.00
HSL15.87º98.37%75.88%-
HSV(B)15.87º47.64%99.61%-
XYZ58.5649.6728.69-
YUV187.9696.99175.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=46.01%
G=29.89%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416513300.350.480.0015.8798.3775.88
HexFEA58502330010624c
Octal37624520504360020142114
Binary111111101010010110000101010001111000001000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA585; }

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

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

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

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

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

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

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

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