#FE9D74

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

Shades of Light Salmon #FE9D74

Tints of Light Salmon #FE9D74

Color information

#FE9D74 (or 0xFE9D74) is unknown color: approx Light Salmon. HEX triplet: FE, 9D and 74. RGB value is (254,157,116). Sum of RGB (Red+Green+Blue) = 254+157+116=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D74 is #01628B. Grayscale: #B5B5B5. Windows color (decimal): -90764 or 7642622. OLE color: 7642622.

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

Color convert

RGB254157116-
CMYK00.380.540.00
HSL17.83º98.57%72.55%-
HSV(B)17.83º54.33%99.61%-
XYZ56.0846.4522.53-
YUV181.3391.14179.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 116 (45.70% from 255) = 22.01%
R=48.20%
G=29.79%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415711600.380.540.0017.8398.5772.55
HexFE9D74026360126349
Octal37623516404666022143111
Binary11111110100111011110100010011011011001001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D74; }

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

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

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

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

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

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

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

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