#FE9C78

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

Shades of Light Salmon #FE9C78

Tints of Light Salmon #FE9C78

Color information

#FE9C78 (or 0xFE9C78) is unknown color: approx Light Salmon. HEX triplet: FE, 9C and 78. RGB value is (254,156,120). Sum of RGB (Red+Green+Blue) = 254+156+120=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9C78 is #016387. Grayscale: #B5B5B5. Windows color (decimal): -91016 or 7904510. OLE color: 7904510.

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

Color convert

RGB254156120-
CMYK00.390.530.00
HSL16.12º98.53%73.33%-
HSV(B)16.12º52.76%99.61%-
XYZ56.1546.223.73-
YUV181.293.47179.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.92%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 120 (47.27% from 255) = 22.64%
R=47.92%
G=29.43%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415612000.390.530.0016.1298.5373.33
HexFE9C78027350106349
Octal37623417004765020143111
Binary11111110100111001111000010011111010101000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9C78; }

 p { color: rgb(254,156,120); }

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

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

 a { background-color: rgb(254,156,120); }

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

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

 span { border-color: rgb(254,156,120); }

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