#FE9D73

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

Shades of Light Salmon #FE9D73

Tints of Light Salmon #FE9D73

Color information

#FE9D73 (or 0xFE9D73) is unknown color: approx Light Salmon. HEX triplet: FE, 9D and 73. RGB value is (254,157,115). Sum of RGB (Red+Green+Blue) = 254+157+115=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D73 is #01628C. Grayscale: #B5B5B5. Windows color (decimal): -90765 or 7577086. OLE color: 7577086.

HSL color Cylindrical-coordinate representation of color #FE9D73: hue angle of 18.13º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE9D73 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB254157115-
CMYK00.380.550.00
HSL18.13º98.58%72.35%-
HSV(B)18.13º54.72%99.61%-
XYZ56.0246.4222.23-
YUV181.2290.64179.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.29%
GREEN value IS 157 (61.72% from 255) = 29.85%
BLUE value IS 115 (45.31% from 255) = 21.86%
R=48.29%
G=29.85%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415711500.380.550.0018.1398.5872.35
HexFE9D73026370126348
Octal37623516304667022143110
Binary11111110100111011110011010011011011101001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D73; }

 p { color: rgb(254,157,115); }

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

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

 a { background-color: rgb(254,157,115); }

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

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

 span { border-color: rgb(254,157,115); }

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