#FE9877

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

Shades of Light Salmon #FE9877

Tints of Light Salmon #FE9877

Color information

#FE9877 (or 0xFE9877) is unknown color: approx Light Salmon. HEX triplet: FE, 98 and 77. RGB value is (254,152,119). Sum of RGB (Red+Green+Blue) = 254+152+119=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9877 is #016788. Grayscale: #B2B2B2. Windows color (decimal): -92041 or 7837950. OLE color: 7837950.

HSL color Cylindrical-coordinate representation of color #FE9877: hue angle of 14.67º 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 #FE9877 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB254152119-
CMYK00.400.530.00
HSL14.67º98.54%73.14%-
HSV(B)14.67º53.15%99.61%-
XYZ55.4344.8623.19-
YUV178.7494.29181.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 119 (46.88% from 255) = 22.67%
R=48.38%
G=28.95%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415211900.400.530.0014.6798.5473.14
HexFE9877028350f6349
Octal37623016705065017143111
Binary1111111010011000111011101010001101010111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9877; }

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

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

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

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

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

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

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

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