#FEA280

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

Shades of Light Salmon #FEA280

Tints of Light Salmon #FEA280

Color information

#FEA280 (or 0xFEA280) is unknown color: approx Light Salmon. HEX triplet: FE, A2 and 80. RGB value is (254,162,128). Sum of RGB (Red+Green+Blue) = 254+162+128=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA280 is #015D7F. Grayscale: #B9B9B9. Windows color (decimal): -89472 or 8430334. OLE color: 8430334.

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

Color convert

RGB254162128-
CMYK00.360.500.00
HSL16.19º98.44%74.9%-
HSV(B)16.19º49.61%99.61%-
XYZ57.6948.4726.74-
YUV185.6395.48176.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.69%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=46.69%
G=29.78%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416212800.360.500.0016.1998.4474.9
HexFEA28002432010624b
Octal37624220004462020142113
Binary111111101010001010000000010010011001001000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA280; }

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

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

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

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

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

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

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

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