#FEA782

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

Shades of Light Salmon #FEA782

Tints of Light Salmon #FEA782

Color information

#FEA782 (or 0xFEA782) is unknown color: approx Light Salmon. HEX triplet: FE, A7 and 82. RGB value is (254,167,130). Sum of RGB (Red+Green+Blue) = 254+167+130=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA782 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA782 is #01587D. Grayscale: #BDBDBD. Windows color (decimal): -88190 or 8562686. OLE color: 8562686.

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

Color convert

RGB254167130-
CMYK00.340.490.00
HSL17.9º98.41%75.29%-
HSV(B)17.9º48.82%99.61%-
XYZ58.7250.3227.74-
YUV188.894.82174.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=46.10%
G=30.31%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416713000.340.490.0017.998.4175.29
HexFEA78202231012624b
Octal37624720204261022142113
Binary111111101010011110000010010001011000101001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA782; }

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

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

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

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

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

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

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

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