Html Css Color HEX #FFA985 Light Salmon

📋 copy color: '#FFA985'

red 255 ◦ green 169 ◦ blue 133

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

Shades of Light Salmon #FFA985

Tints of Light Salmon #FFA985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.34%

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

R = 45.78%
G = 30.34%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFA985 (or 0xFFA985) is known color: Light Salmon. HEX triplet: FF, A9 and 85. RGB value is (255,169,133). Sum of RGB (Red+Green+Blue) = 255+169+133=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA985 is #00567A. Grayscale: #BEBEBE. Windows color (decimal): -22139 or 8759807. OLE color: 8759807.

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

Color convert

RGB 255 169 133 -
CMYK 0 0.34 0.48 0
HSL 17.7º 1% 0.76% -
HSV(B) 17.7º 0.48% 1% -
XYZ 59.66 51.33 28.95 -
YUV 190.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 255 169 133 0 0.34 0.48 0 17.7 1 0.76
Hex FF A9 85 0 22 30 0 12 64 4C
Octal 377 251 205 0 42 60 0 22 144 114
Binary 11111111 10101001 10000101 0 100010 110000 0 10010 1100100 1001100

Color Harmonies of #FFA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA985

Black with #FFA985

Text Example


Text Example

White with #FFA985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA985; }

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

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

background-color css

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

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

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

border-color css

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

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

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