#FDA87D

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

Shades of Light Salmon #FDA87D

Tints of Light Salmon #FDA87D

Color information

#FDA87D (or 0xFDA87D) is unknown color: approx Light Salmon. HEX triplet: FD, A8 and 7D. RGB value is (253,168,125). Sum of RGB (Red+Green+Blue) = 253+168+125=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA87D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA87D is #025782. Grayscale: #BCBCBC. Windows color (decimal): -153475 or 8235261. OLE color: 8235261.

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

Color convert

RGB253168125-
CMYK00.340.510.01
HSL20.16º96.97%74.12%-
HSV(B)20.16º50.59%99.22%-
XYZ58.2150.3726.06-
YUV188.5192.16174-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.34%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=46.34%
G=30.77%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316812500.340.510.0120.1696.9774.12
HexFDA87D02233114614a
Octal37525017504263124141112
Binary11111101101010001111101010001011001111010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA87D; }

 p { color: rgb(253,168,125); }

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

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

 a { background-color: rgb(253,168,125); }

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

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

 span { border-color: rgb(253,168,125); }

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