#FEA283

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

Shades of Light Salmon #FEA283

Tints of Light Salmon #FEA283

Color information

#FEA283 (or 0xFEA283) is unknown color: approx Light Salmon. HEX triplet: FE, A2 and 83. RGB value is (254,162,131). Sum of RGB (Red+Green+Blue) = 254+162+131=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA283 is #015D7C. Grayscale: #BABABA. Windows color (decimal): -89469 or 8626942. OLE color: 8626942.

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

Color convert

RGB254162131-
CMYK00.360.480.00
HSL15.12º98.4%75.49%-
HSV(B)15.12º48.43%99.61%-
XYZ57.8948.5527.79-
YUV185.9796.98176.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 131 (51.56% from 255) = 23.95%
R=46.44%
G=29.62%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416213100.360.480.0015.1298.475.49
HexFEA283024300f624b
Octal37624220304460017142113
Binary11111110101000101000001101001001100000111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA283; }

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

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

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

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

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

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

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

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