#FDA981

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

Shades of Light Salmon #FDA981

Tints of Light Salmon #FDA981

Color information

#FDA981 (or 0xFDA981) is unknown color: approx Light Salmon. HEX triplet: FD, A9 and 81. RGB value is (253,169,129). Sum of RGB (Red+Green+Blue) = 253+169+129=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA981 is #02567E. Grayscale: #BDBDBD. Windows color (decimal): -153215 or 8497661. OLE color: 8497661.

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

Color convert

RGB253169129-
CMYK00.330.490.01
HSL19.35º96.88%74.9%-
HSV(B)19.35º49.01%99.22%-
XYZ58.6650.8427.49-
YUV189.5693.83173.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 129 (50.78% from 255) = 23.41%
R=45.92%
G=30.67%
B=23.41%

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
Decimal25316912900.330.490.0119.3596.8874.9
HexFDA98102131113614b
Octal37525120104161123141113
Binary111111011010100110000001010000111000111001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA981; }

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

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

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

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

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

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

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

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