Html Css Color HEX #FFA585 Light Salmon

📋 copy color: '#FFA585'

red 255 ◦ green 165 ◦ blue 133

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

Shades of Light Salmon #FFA585

Tints of Light Salmon #FFA585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.05%

R = 46.11%
G = 29.84%
B = 24.05%

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

#FFA585 (or 0xFFA585) is known color: Light Salmon. HEX triplet: FF, A5 and 85. RGB value is (255,165,133). Sum of RGB (Red+Green+Blue) = 255+165+133=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA585 is #005A7A. Grayscale: #BCBCBC. Windows color (decimal): -23163 or 8758783. OLE color: 8758783.

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

Color convert

RGB 255 165 133 -
CMYK 0 0.35 0.48 0
HSL 15.74º 1% 0.76% -
HSV(B) 15.74º 0.48% 1% -
XYZ 58.93 49.86 28.71 -
YUV 188.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 255 165 133 0 0.35 0.48 0 15.74 1 0.76
Hex FF A5 85 0 23 30 0 10 64 4C
Octal 377 245 205 0 43 60 0 20 144 114
Binary 11111111 10100101 10000101 0 100011 110000 0 10000 1100100 1001100

Color Harmonies of #FFA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA585

Black with #FFA585

Text Example


Text Example

White with #FFA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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