#FEA381

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

Shades of Light Salmon #FEA381

Tints of Light Salmon #FEA381

Color information

#FEA381 (or 0xFEA381) is unknown color: approx Light Salmon. HEX triplet: FE, A3 and 81. RGB value is (254,163,129). Sum of RGB (Red+Green+Blue) = 254+163+129=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA381 is #015C7E. Grayscale: #BABABA. Windows color (decimal): -89215 or 8496126. OLE color: 8496126.

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

Color convert

RGB254163129-
CMYK00.360.490.00
HSL16.32º98.43%75.1%-
HSV(B)16.32º49.21%99.61%-
XYZ57.9348.8527.14-
YUV186.3395.65176.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.52%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 129 (50.78% from 255) = 23.63%
R=46.52%
G=29.85%
B=23.63%

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
Decimal25416312900.360.490.0016.3298.4375.1
HexFEA38102431010624b
Octal37624320104461020142113
Binary111111101010001110000001010010011000101000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA381; }

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

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

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

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

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

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

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

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