#FEA380

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

Shades of Light Salmon #FEA380

Tints of Light Salmon #FEA380

Color information

#FEA380 (or 0xFEA380) is unknown color: approx Light Salmon. HEX triplet: FE, A3 and 80. RGB value is (254,163,128). Sum of RGB (Red+Green+Blue) = 254+163+128=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA380 is #015C7F. Grayscale: #BABABA. Windows color (decimal): -89216 or 8430590. OLE color: 8430590.

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

Color convert

RGB254163128-
CMYK00.360.500.00
HSL16.67º98.44%74.9%-
HSV(B)16.67º49.61%99.61%-
XYZ57.8748.8226.8-
YUV186.2295.15176.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=46.61%
G=29.91%
B=23.49%

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
Decimal25416312800.360.500.0016.6798.4474.9
HexFEA38002432011624b
Octal37624320004462021142113
Binary111111101010001110000000010010011001001000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA380; }

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

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

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

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

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

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

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

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