#FDA989

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

Shades of Light Salmon #FDA989

Tints of Light Salmon #FDA989

Color information

#FDA989 (or 0xFDA989) is unknown color: approx Light Salmon. HEX triplet: FD, A9 and 89. RGB value is (253,169,137). Sum of RGB (Red+Green+Blue) = 253+169+137=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA989 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA989 is #025676. Grayscale: #BEBEBE. Windows color (decimal): -153207 or 9021949. OLE color: 9021949.

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

Color convert

RGB253169137-
CMYK00.330.460.01
HSL16.55º96.67%76.47%-
HSV(B)16.55º45.85%99.22%-
XYZ59.2151.0630.4-
YUV190.4797.83172.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 137 (53.91% from 255) = 24.51%
R=45.26%
G=30.23%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316913700.330.460.0116.5596.6776.47
HexFDA9890212E111614c
Octal37525121104156121141114
Binary111111011010100110001001010000110111011000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA989; }

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

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

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

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

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

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

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

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