Html Css Color HEX #FFA586 Light Salmon

📋 copy color: '#FFA586'

red 255 ◦ green 165 ◦ blue 134

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

Shades of Light Salmon #FFA586

Tints of Light Salmon #FFA586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.19%

R = 46.03%
G = 29.78%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFA586 (or 0xFFA586) is known color: Light Salmon. HEX triplet: FF, A5 and 86. RGB value is (255,165,134). Sum of RGB (Red+Green+Blue) = 255+165+134=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 134 (52.73% from 255 or 24.19% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA586 is #005A79. Grayscale: #BCBCBC. Windows color (decimal): -23162 or 8824319. OLE color: 8824319.

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

Color convert

RGB 255 165 134 -
CMYK 0 0.35 0.47 0
HSL 15.37º 1% 0.76% -
HSV(B) 15.37º 0.47% 1% -
XYZ 59 49.89 29.07 -
YUV 188.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 255 165 134 0 0.35 0.47 0 15.37 1 0.76
Hex FF A5 86 0 23 2F 0 F 64 4C
Octal 377 245 206 0 43 57 0 17 144 114
Binary 11111111 10100101 10000110 0 100011 101111 0 1111 1100100 1001100

Color Harmonies of #FFA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA586

Black with #FFA586

Text Example


Text Example

White with #FFA586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA586; }

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

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

background-color css

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

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

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

border-color css

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

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

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