#FE9B76

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

Shades of Light Salmon #FE9B76

Tints of Light Salmon #FE9B76

Color information

#FE9B76 (or 0xFE9B76) is unknown color: approx Light Salmon. HEX triplet: FE, 9B and 76. RGB value is (254,155,118). Sum of RGB (Red+Green+Blue) = 254+155+118=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B76 is #016489. Grayscale: #B4B4B4. Windows color (decimal): -91274 or 7773182. OLE color: 7773182.

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

Color convert

RGB254155118-
CMYK00.390.540.00
HSL16.32º98.55%72.94%-
HSV(B)16.32º53.54%99.61%-
XYZ55.8645.8223.04-
YUV180.3892.8180.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 118 (46.48% from 255) = 22.39%
R=48.20%
G=29.41%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415511800.390.540.0016.3298.5572.94
HexFE9B76027360106349
Octal37623316604766020143111
Binary11111110100110111110110010011111011001000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9B76; }

 p { color: rgb(254,155,118); }

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

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

 a { background-color: rgb(254,155,118); }

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

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

 span { border-color: rgb(254,155,118); }

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