#FEA078

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

Shades of Light Salmon #FEA078

Tints of Light Salmon #FEA078

Color information

#FEA078 (or 0xFEA078) is unknown color: approx Light Salmon. HEX triplet: FE, A0 and 78. RGB value is (254,160,120). Sum of RGB (Red+Green+Blue) = 254+160+120=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA078 is #015F87. Grayscale: #B7B7B7. Windows color (decimal): -89992 or 7905534. OLE color: 7905534.

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

Color convert

RGB254160120-
CMYK00.370.530.00
HSL17.91º98.53%73.33%-
HSV(B)17.91º52.76%99.61%-
XYZ56.8347.5723.96-
YUV183.5592.14178.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.57%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 120 (47.27% from 255) = 22.47%
R=47.57%
G=29.96%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416012000.370.530.0017.9198.5373.33
HexFEA078025350126349
Octal37624017004565022143111
Binary11111110101000001111000010010111010101001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA078; }

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

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

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

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

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

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

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

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