#FDA480

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

Shades of Light Salmon #FDA480

Tints of Light Salmon #FDA480

Color information

#FDA480 (or 0xFDA480) is unknown color: approx Light Salmon. HEX triplet: FD, A4 and 80. RGB value is (253,164,128). Sum of RGB (Red+Green+Blue) = 253+164+128=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA480 is #025B7F. Grayscale: #BABABA. Windows color (decimal): -154496 or 8430845. OLE color: 8430845.

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

Color convert

RGB253164128-
CMYK00.350.490.01
HSL17.28º96.9%74.71%-
HSV(B)17.28º49.41%99.22%-
XYZ57.6848.9926.84-
YUV186.5194.99175.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.42%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=46.42%
G=30.09%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316412800.350.490.0117.2896.974.71
HexFDA48002331111614b
Octal37524420004361121141113
Binary111111011010010010000000010001111000111000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA480; }

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

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

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

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

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

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

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

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