#FDA682

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

Shades of Light Salmon #FDA682

Tints of Light Salmon #FDA682

Color information

#FDA682 (or 0xFDA682) is unknown color: approx Light Salmon. HEX triplet: FD, A6 and 82. RGB value is (253,166,130). Sum of RGB (Red+Green+Blue) = 253+166+130=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA682 is #02597D. Grayscale: #BCBCBC. Windows color (decimal): -153982 or 8562429. OLE color: 8562429.

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

Color convert

RGB253166130-
CMYK00.340.490.01
HSL17.56º96.85%75.1%-
HSV(B)17.56º48.62%99.22%-
XYZ58.1749.7727.66-
YUV187.9195.32174.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.08%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 130 (51.17% from 255) = 23.68%
R=46.08%
G=30.24%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316613000.340.490.0117.5696.8575.1
HexFDA68202231112614b
Octal37524620204261122141113
Binary111111011010011010000010010001011000111001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA682; }

 p { color: rgb(253,166,130); }

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

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

 a { background-color: rgb(253,166,130); }

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

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

 span { border-color: rgb(253,166,130); }

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