#FDA587

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

Shades of Light Salmon #FDA587

Tints of Light Salmon #FDA587

Color information

#FDA587 (or 0xFDA587) is unknown color: approx Light Salmon. HEX triplet: FD, A5 and 87. RGB value is (253,165,135). Sum of RGB (Red+Green+Blue) = 253+165+135=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 135 (53.12% from 255 or 24.41% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA587 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA587 is #025A78. Grayscale: #BCBCBC. Windows color (decimal): -154233 or 8889853. OLE color: 8889853.

HSL color Cylindrical-coordinate representation of color #FDA587: hue angle of 15.25º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDA587 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB253165135-
CMYK00.350.470.01
HSL15.25º96.72%76.08%-
HSV(B)15.25º46.64%99.22%-
XYZ58.3449.5429.41-
YUV187.8998.15174.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 165 (64.84% from 255) = 29.84%
BLUE value IS 135 (53.12% from 255) = 24.41%
R=45.75%
G=29.84%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316513500.350.470.0115.2596.7276.08
HexFDA5870232F1f614c
Octal37524520704357117141114
Binary11111101101001011000011101000111011111111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA587; }

 p { color: rgb(253,165,135); }

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

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

 a { background-color: rgb(253,165,135); }

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

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

 span { border-color: rgb(253,165,135); }

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