#FE9E77

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

Shades of Light Salmon #FE9E77

Tints of Light Salmon #FE9E77

Color information

#FE9E77 (or 0xFE9E77) is unknown color: approx Light Salmon. HEX triplet: FE, 9E and 77. RGB value is (254,158,119). Sum of RGB (Red+Green+Blue) = 254+158+119=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E77 is #016188. Grayscale: #B6B6B6. Windows color (decimal): -90505 or 7839486. OLE color: 7839486.

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

Color convert

RGB254158119-
CMYK00.380.530.00
HSL17.33º98.54%73.14%-
HSV(B)17.33º53.15%99.61%-
XYZ56.4346.8623.52-
YUV182.2692.3179.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.83%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=47.83%
G=29.76%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415811900.380.530.0017.3398.5473.14
HexFE9E77026350116349
Octal37623616704665021143111
Binary11111110100111101110111010011011010101000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9E77; }

 p { color: rgb(254,158,119); }

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

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

 a { background-color: rgb(254,158,119); }

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

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

 span { border-color: rgb(254,158,119); }

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