#FEA281

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

Shades of Light Salmon #FEA281

Tints of Light Salmon #FEA281

Color information

#FEA281 (or 0xFEA281) is unknown color: approx Light Salmon. HEX triplet: FE, A2 and 81. RGB value is (254,162,129). Sum of RGB (Red+Green+Blue) = 254+162+129=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA281 is #015D7E. Grayscale: #B9B9B9. Windows color (decimal): -89471 or 8495870. OLE color: 8495870.

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

Color convert

RGB254162129-
CMYK00.360.490.00
HSL15.84º98.43%75.1%-
HSV(B)15.84º49.21%99.61%-
XYZ57.7648.527.09-
YUV185.7595.98176.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 162 (63.67% from 255) = 29.72%
BLUE value IS 129 (50.78% from 255) = 23.67%
R=46.61%
G=29.72%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416212900.360.490.0015.8498.4375.1
HexFEA28102431010624b
Octal37624220104461020142113
Binary111111101010001010000001010010011000101000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA281; }

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

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

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

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

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

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

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

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