Html Css Color HEX #FFA583 Light Salmon

📋 copy color: '#FFA583'

red 255 ◦ green 165 ◦ blue 131

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

Shades of Light Salmon #FFA583

Tints of Light Salmon #FFA583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.77%

R = 46.28%
G = 29.95%
B = 23.77%

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

#FFA583 (or 0xFFA583) is known color: Light Salmon. HEX triplet: FF, A5 and 83. RGB value is (255,165,131). Sum of RGB (Red+Green+Blue) = 255+165+131=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA583 is #005A7C. Grayscale: #BCBCBC. Windows color (decimal): -23165 or 8627711. OLE color: 8627711.

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

Color convert

RGB 255 165 131 -
CMYK 0 0.35 0.49 0
HSL 16.45º 1% 0.76% -
HSV(B) 16.45º 0.49% 1% -
XYZ 58.79 49.81 27.99 -
YUV 188.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 255 165 131 0 0.35 0.49 0 16.45 1 0.76
Hex FF A5 83 0 23 31 0 10 64 4C
Octal 377 245 203 0 43 61 0 20 144 114
Binary 11111111 10100101 10000011 0 100011 110001 0 10000 1100100 1001100

Color Harmonies of #FFA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA583

Black with #FFA583

Text Example


Text Example

White with #FFA583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA583; }

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

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

background-color css

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

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

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

border-color css

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

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

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