#FEA783

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

Shades of Light Salmon #FEA783

Tints of Light Salmon #FEA783

Color information

#FEA783 (or 0xFEA783) is unknown color: approx Light Salmon. HEX triplet: FE, A7 and 83. RGB value is (254,167,131). Sum of RGB (Red+Green+Blue) = 254+167+131=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA783 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA783 is #01587C. Grayscale: #BDBDBD. Windows color (decimal): -88189 or 8628222. OLE color: 8628222.

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

Color convert

RGB254167131-
CMYK00.340.480.00
HSL17.56º98.4%75.49%-
HSV(B)17.56º48.43%99.61%-
XYZ58.7950.3528.09-
YUV188.9195.32174.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 131 (51.56% from 255) = 23.73%
R=46.01%
G=30.25%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416713100.340.480.0017.5698.475.49
HexFEA78302230012624b
Octal37624720304260022142113
Binary111111101010011110000011010001011000001001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA783; }

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

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

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

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

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

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

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

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