Html Css Color HEX #FFA380 Light Salmon

📋 copy color: '#FFA380'

red 255 ◦ green 163 ◦ blue 128

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

Shades of Light Salmon #FFA380

Tints of Light Salmon #FFA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.85%

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

R = 46.7%
G = 29.85%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFA380 (or 0xFFA380) is known color: Light Salmon. HEX triplet: FF, A3 and 80. RGB value is (255,163,128). Sum of RGB (Red+Green+Blue) = 255+163+128=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA380 is #005C7F. Grayscale: #BABABA. Windows color (decimal): -23680 or 8430591. OLE color: 8430591.

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

Color convert

RGB 255 163 128 -
CMYK 0 0.36 0.50 0
HSL 16.54º 1% 0.75% -
HSV(B) 16.54º 0.5% 1% -
XYZ 58.23 49.01 26.81 -
YUV 186.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 255 163 128 0 0.36 0.50 0 16.54 1 0.75
Hex FF A3 80 0 24 32 0 11 64 4B
Octal 377 243 200 0 44 62 0 21 144 113
Binary 11111111 10100011 10000000 0 100100 110010 0 10001 1100100 1001011

Color Harmonies of #FFA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA380

Black with #FFA380

Text Example


Text Example

White with #FFA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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