#FDA983

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

Shades of Light Salmon #FDA983

Tints of Light Salmon #FDA983

Color information

#FDA983 (or 0xFDA983) is unknown color: approx Light Salmon. HEX triplet: FD, A9 and 83. RGB value is (253,169,131). Sum of RGB (Red+Green+Blue) = 253+169+131=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA983 is #02567C. Grayscale: #BEBEBE. Windows color (decimal): -153213 or 8628733. OLE color: 8628733.

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

Color convert

RGB253169131-
CMYK00.330.480.01
HSL18.69º96.83%75.29%-
HSV(B)18.69º48.22%99.22%-
XYZ58.7950.928.2-
YUV189.7894.83173.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.75%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 131 (51.56% from 255) = 23.69%
R=45.75%
G=30.56%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316913100.330.480.0118.6996.8375.29
HexFDA98302130113614b
Octal37525120304160123141113
Binary111111011010100110000011010000111000011001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA983; }

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

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

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

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

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

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

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

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