Html Css Color HEX #FFA080 Light Salmon

📋 copy color: '#FFA080'

red 255 ◦ green 160 ◦ blue 128

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

Shades of Light Salmon #FFA080

Tints of Light Salmon #FFA080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.47%

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

R = 46.96%
G = 29.47%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFA080 (or 0xFFA080) is known color: Light Salmon. HEX triplet: FF, A0 and 80. RGB value is (255,160,128). Sum of RGB (Red+Green+Blue) = 255+160+128=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA080 is #005F7F. Grayscale: #B8B8B8. Windows color (decimal): -24448 or 8429823. OLE color: 8429823.

HSL color Cylindrical-coordinate representation of color #FFA080: hue angle of 15.12º 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 #FFA080 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 128 -
CMYK 0 0.37 0.50 0
HSL 15.12º 1% 0.75% -
HSV(B) 15.12º 0.5% 1% -
XYZ 57.71 47.96 26.64 -
YUV 184.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 255 160 128 0 0.37 0.50 0 15.12 1 0.75
Hex FF A0 80 0 25 32 0 F 64 4B
Octal 377 240 200 0 45 62 0 17 144 113
Binary 11111111 10100000 10000000 0 100101 110010 0 1111 1100100 1001011

Color Harmonies of #FFA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA080

Black with #FFA080

Text Example


Text Example

White with #FFA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA080; }

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

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

background-color css

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

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

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

border-color css

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

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

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