Html Css Color HEX #FFA584 Light Salmon

📋 copy color: '#FFA584'

red 255 ◦ green 165 ◦ blue 132

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

Shades of Light Salmon #FFA584

Tints of Light Salmon #FFA584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.91%

R = 46.2%
G = 29.89%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFA584 (or 0xFFA584) is known color: Light Salmon. HEX triplet: FF, A5 and 84. RGB value is (255,165,132). Sum of RGB (Red+Green+Blue) = 255+165+132=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA584 is #005A7B. Grayscale: #BCBCBC. Windows color (decimal): -23164 or 8693247. OLE color: 8693247.

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

Color convert

RGB 255 165 132 -
CMYK 0 0.35 0.48 0
HSL 16.1º 1% 0.76% -
HSV(B) 16.1º 0.48% 1% -
XYZ 58.86 49.84 28.35 -
YUV 188.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 255 165 132 0 0.35 0.48 0 16.1 1 0.76
Hex FF A5 84 0 23 30 0 10 64 4C
Octal 377 245 204 0 43 60 0 20 144 114
Binary 11111111 10100101 10000100 0 100011 110000 0 10000 1100100 1001100

Color Harmonies of #FFA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA584

Black with #FFA584

Text Example


Text Example

White with #FFA584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA584; }

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

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

background-color css

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

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

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

border-color css

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

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

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