#FDA384

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

Shades of Light Salmon #FDA384

Tints of Light Salmon #FDA384

Color information

#FDA384 (or 0xFDA384) is unknown color: approx Light Salmon. HEX triplet: FD, A3 and 84. RGB value is (253,163,132). Sum of RGB (Red+Green+Blue) = 253+163+132=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA384 is #025C7B. Grayscale: #BABABA. Windows color (decimal): -154748 or 8692733. OLE color: 8692733.

HSL color Cylindrical-coordinate representation of color #FDA384: hue angle of 15.37º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDA384 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB253163132-
CMYK00.360.480.01
HSL15.37º96.8%75.49%-
HSV(B)15.37º47.83%99.22%-
XYZ57.7748.7428.19-
YUV186.3897.32175.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.17%
GREEN value IS 163 (64.06% from 255) = 29.74%
BLUE value IS 132 (51.95% from 255) = 24.09%
R=46.17%
G=29.74%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316313200.360.480.0115.3796.875.49
HexFDA384024301f614b
Octal37524320404460117141113
Binary11111101101000111000010001001001100001111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA384; }

 p { color: rgb(253,163,132); }

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

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

 a { background-color: rgb(253,163,132); }

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

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

 span { border-color: rgb(253,163,132); }

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