#FEA081

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

Shades of Light Salmon #FEA081

Tints of Light Salmon #FEA081

Color information

#FEA081 (or 0xFEA081) is unknown color: approx Light Salmon. HEX triplet: FE, A0 and 81. RGB value is (254,160,129). Sum of RGB (Red+Green+Blue) = 254+160+129=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA081 is #015F7E. Grayscale: #B8B8B8. Windows color (decimal): -89983 or 8495358. OLE color: 8495358.

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

Color convert

RGB254160129-
CMYK00.370.490.00
HSL14.88º98.43%75.1%-
HSV(B)14.88º49.21%99.61%-
XYZ57.4147.826.97-
YUV184.5796.64177.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 160 (62.89% from 255) = 29.47%
BLUE value IS 129 (50.78% from 255) = 23.76%
R=46.78%
G=29.47%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416012900.370.490.0014.8898.4375.1
HexFEA081025310f624b
Octal37624020104561017142113
Binary11111110101000001000000101001011100010111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA081; }

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

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

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

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

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

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

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

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