#FDA980

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

Shades of Light Salmon #FDA980

Tints of Light Salmon #FDA980

Color information

#FDA980 (or 0xFDA980) is unknown color: approx Light Salmon. HEX triplet: FD, A9 and 80. RGB value is (253,169,128). Sum of RGB (Red+Green+Blue) = 253+169+128=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA980 is #02567F. Grayscale: #BDBDBD. Windows color (decimal): -153216 or 8432125. OLE color: 8432125.

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

Color convert

RGB253169128-
CMYK00.330.490.01
HSL19.68º96.9%74.71%-
HSV(B)19.68º49.41%99.22%-
XYZ58.5950.8227.14-
YUV189.4493.33173.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 169 (66.41% from 255) = 30.73%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=46%
G=30.73%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316912800.330.490.0119.6896.974.71
HexFDA98002131114614b
Octal37525120004161124141113
Binary111111011010100110000000010000111000111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA980; }

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

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

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

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

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

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

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

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