#FDA986

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

Shades of Light Salmon #FDA986

Tints of Light Salmon #FDA986

Color information

#FDA986 (or 0xFDA986) is unknown color: approx Light Salmon. HEX triplet: FD, A9 and 86. RGB value is (253,169,134). Sum of RGB (Red+Green+Blue) = 253+169+134=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA986 is #025679. Grayscale: #BEBEBE. Windows color (decimal): -153210 or 8825341. OLE color: 8825341.

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

Color convert

RGB253169134-
CMYK00.330.470.01
HSL17.65º96.75%75.88%-
HSV(B)17.65º47.04%99.22%-
XYZ5950.9829.28-
YUV190.1396.33172.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.50%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 134 (52.73% from 255) = 24.10%
R=45.50%
G=30.40%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316913400.330.470.0117.6596.7575.88
HexFDA9860212F112614c
Octal37525120604157122141114
Binary111111011010100110000110010000110111111001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA986; }

 p { color: rgb(253,169,134); }

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

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

 a { background-color: rgb(253,169,134); }

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

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

 span { border-color: rgb(253,169,134); }

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