Html Css Color HEX #FFA582 Light Salmon

📋 copy color: '#FFA582'

red 255 ◦ green 165 ◦ blue 130

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

Shades of Light Salmon #FFA582

Tints of Light Salmon #FFA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.64%

R = 46.36%
G = 30%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFA582 (or 0xFFA582) is known color: Light Salmon. HEX triplet: FF, A5 and 82. RGB value is (255,165,130). Sum of RGB (Red+Green+Blue) = 255+165+130=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA582 is #005A7D. Grayscale: #BCBCBC. Windows color (decimal): -23166 or 8562175. OLE color: 8562175.

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

Color convert

RGB 255 165 130 -
CMYK 0 0.35 0.49 0
HSL 16.8º 1% 0.75% -
HSV(B) 16.8º 0.49% 1% -
XYZ 58.72 49.78 27.63 -
YUV 187.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 255 165 130 0 0.35 0.49 0 16.8 1 0.75
Hex FF A5 82 0 23 31 0 11 64 4B
Octal 377 245 202 0 43 61 0 21 144 113
Binary 11111111 10100101 10000010 0 100011 110001 0 10001 1100100 1001011

Color Harmonies of #FFA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA582

Black with #FFA582

Text Example


Text Example

White with #FFA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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