#FD9E7D

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

Shades of Light Salmon #FD9E7D

Tints of Light Salmon #FD9E7D

Color information

#FD9E7D (or 0xFD9E7D) is unknown color: approx Light Salmon. HEX triplet: FD, 9E and 7D. RGB value is (253,158,125). Sum of RGB (Red+Green+Blue) = 253+158+125=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9E7D is #026182. Grayscale: #B6B6B6. Windows color (decimal): -156035 or 8232701. OLE color: 8232701.

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

Color convert

RGB253158125-
CMYK00.380.510.01
HSL15.47º96.97%74.12%-
HSV(B)15.47º50.59%99.22%-
XYZ56.4446.8225.46-
YUV182.6495.47178.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=47.20%
G=29.48%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315812500.380.510.0115.4796.9774.12
HexFD9E7D026331f614a
Octal37523617504663117141112
Binary1111110110011110111110101001101100111111111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9E7D; }

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

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

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

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

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

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

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

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