#fea584

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

Shades of Light Salmon #FEA584

Tints of Light Salmon #FEA584

Color information

#FEA584 (or 0xFEA584) is unknown color: approx Light Salmon. HEX triplet: FE, A5 and 84. RGB value is (254,165,132). Sum of RGB (Red+Green+Blue) = 254+165+132=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA584 is #015A7B. Grayscale: #BCBCBC. Windows color (decimal): -88700 or 8693246. OLE color: 8693246.

HSL color Cylindrical-coordinate representation of color #FEA584: hue angle of 16.23º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEA584 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB254165132-
CMYK00.350.480.00
HSL16.23º98.39%75.69%-
HSV(B)16.23º48.03%99.61%-
XYZ58.4949.6528.33-
YUV187.8596.49175.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 165 (64.84% from 255) = 29.95%
BLUE value IS 132 (51.95% from 255) = 23.96%
R=46.10%
G=29.95%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416513200.350.480.0016.2398.3975.69
HexFEA58402330010624c
Octal37624520404360020142114
Binary111111101010010110000100010001111000001000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fea584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fea584; }

 p { color: rgb(254,165,132); }

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

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

 a { background-color: rgb(254,165,132); }

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

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

 span { border-color: rgb(254,165,132); }

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