#FE9977

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

Shades of Light Salmon #FE9977

Tints of Light Salmon #FE9977

Color information

#FE9977 (or 0xFE9977) is unknown color: approx Light Salmon. HEX triplet: FE, 99 and 77. RGB value is (254,153,119). Sum of RGB (Red+Green+Blue) = 254+153+119=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9977 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9977 is #016688. Grayscale: #B3B3B3. Windows color (decimal): -91785 or 7838206. OLE color: 7838206.

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

Color convert

RGB254153119-
CMYK00.400.530.00
HSL15.11º98.54%73.14%-
HSV(B)15.11º53.15%99.61%-
XYZ55.5945.1923.24-
YUV179.3293.96181.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.29%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 119 (46.88% from 255) = 22.62%
R=48.29%
G=29.09%
B=22.62%

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
Decimal25415311900.400.530.0015.1198.5473.14
HexFE9977028350f6349
Octal37623116705065017143111
Binary1111111010011001111011101010001101010111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9977; }

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

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

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

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

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

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

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

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