Html Css Color HEX #FFA580 Light Salmon

📋 copy color: '#FFA580'

red 255 ◦ green 165 ◦ blue 128

#FFA580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FFA580

Tints of Light Salmon #FFA580

RGB

 RED value IS 255 (100% from 255) = 46.53%

 GREEN value IS 165 (64.84% from 255) = 30.11%

 BLUE value IS 128 (50.39% from 255) = 23.36%

R = 46.53%
G = 30.11%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFA580 (or 0xFFA580) is known color: Light Salmon. HEX triplet: FF, A5 and 80. RGB value is (255,165,128). Sum of RGB (Red+Green+Blue) = 255+165+128=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA580 is #005A7F. Grayscale: #BBBBBB. Windows color (decimal): -23168 or 8431103. OLE color: 8431103.

HSL color Cylindrical-coordinate representation of color #FFA580: hue angle of 17.48º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFA580 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 165 128 -
CMYK 0 0.35 0.50 0
HSL 17.48º 1% 0.75% -
HSV(B) 17.48º 0.5% 1% -
XYZ 58.59 49.73 26.93 -
YUV 187.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 255 165 128 0 0.35 0.50 0 17.48 1 0.75
Hex FF A5 80 0 23 32 0 11 64 4B
Octal 377 245 200 0 43 62 0 21 144 113
Binary 11111111 10100101 10000000 0 100011 110010 0 10001 1100100 1001011

Color Harmonies of #FFA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA580

Black with #FFA580

Text Example


Text Example

White with #FFA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA580; }

 p { color: rgb(255,165,128); }

 H1.HeaderClassName
 {
   color: #FFA580;
 }
 .AnyTagClassName
 {
   color: #FFA580;
 }
</style>

background-color css

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

 a { background-color: rgb(255,165,128); }

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

border-color css

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

 span { border-color: rgb(255,165,128); }

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