#FDA284

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

Shades of Light Salmon #FDA284

Tints of Light Salmon #FDA284

Color information

#FDA284 (or 0xFDA284) is unknown color: approx Light Salmon. HEX triplet: FD, A2 and 84. RGB value is (253,162,132). Sum of RGB (Red+Green+Blue) = 253+162+132=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA284 is #025D7B. Grayscale: #BABABA. Windows color (decimal): -155004 or 8692477. OLE color: 8692477.

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

Color convert

RGB253162132-
CMYK00.360.480.01
HSL14.88º96.8%75.49%-
HSV(B)14.88º47.83%99.22%-
XYZ57.5948.3928.13-
YUV185.7997.65175.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.25%
GREEN value IS 162 (63.67% from 255) = 29.62%
BLUE value IS 132 (51.95% from 255) = 24.13%
R=46.25%
G=29.62%
B=24.13%

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
Decimal25316213200.360.480.0114.8896.875.49
HexFDA284024301f614b
Octal37524220404460117141113
Binary11111101101000101000010001001001100001111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA284; }

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

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

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

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

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

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

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

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