#FEA982

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

Shades of Light Salmon #FEA982

Tints of Light Salmon #FEA982

Color information

#FEA982 (or 0xFEA982) is unknown color: approx Light Salmon. HEX triplet: FE, A9 and 82. RGB value is (254,169,130). Sum of RGB (Red+Green+Blue) = 254+169+130=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA982 is #01567D. Grayscale: #BEBEBE. Windows color (decimal): -87678 or 8563198. OLE color: 8563198.

HSL color Cylindrical-coordinate representation of color #FEA982: hue angle of 18.87º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEA982 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254169130-
CMYK00.330.490.00
HSL18.87º98.41%75.29%-
HSV(B)18.87º48.82%99.61%-
XYZ59.0951.0627.86-
YUV189.9794.16173.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=45.93%
G=30.56%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416913000.330.490.0018.8798.4175.29
HexFEA98202131013624b
Octal37625120204161023142113
Binary111111101010100110000010010000111000101001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA982; }

 p { color: rgb(254,169,130); }

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

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

 a { background-color: rgb(254,169,130); }

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

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

 span { border-color: rgb(254,169,130); }

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