#FE9E79

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

Shades of Light Salmon #FE9E79

Tints of Light Salmon #FE9E79

Color information

#FE9E79 (or 0xFE9E79) is unknown color: approx Light Salmon. HEX triplet: FE, 9E and 79. RGB value is (254,158,121). Sum of RGB (Red+Green+Blue) = 254+158+121=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E79 is #016186. Grayscale: #B6B6B6. Windows color (decimal): -90503 or 7970558. OLE color: 7970558.

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

Color convert

RGB254158121-
CMYK00.380.520.00
HSL16.69º98.52%73.53%-
HSV(B)16.69º52.36%99.61%-
XYZ56.5546.9124.16-
YUV182.4993.3179.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.65%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 121 (47.66% from 255) = 22.70%
R=47.65%
G=29.64%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415812100.380.520.0016.6998.5273.53
HexFE9E7902634011634a
Octal37623617104664021143112
Binary11111110100111101111001010011011010001000111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9E79; }

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

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

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

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

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

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

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

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