Html Css Color HEX #FFA175 Light Salmon

📋 copy color: '#FFA175'

red 255 ◦ green 161 ◦ blue 117

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

Shades of Light Salmon #FFA175

Tints of Light Salmon #FFA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.21%

 BLUE value IS 117 (46.09% from 255) = 21.95%

R = 47.84%
G = 30.21%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFA175 (or 0xFFA175) is known color: Light Salmon. HEX triplet: FF, A1 and 75. RGB value is (255,161,117). Sum of RGB (Red+Green+Blue) = 255+161+117=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA175 is #005E8A. Grayscale: #B8B8B8. Windows color (decimal): -24203 or 7709183. OLE color: 7709183.

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

Color convert

RGB 255 161 117 -
CMYK 0 0.37 0.54 0
HSL 19.13º 1% 0.73% -
HSV(B) 19.13º 0.54% 1% -
XYZ 57.2 48.03 23.09 -
YUV 184.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 255 161 117 0 0.37 0.54 0 19.13 1 0.73
Hex FF A1 75 0 25 36 0 13 64 49
Octal 377 241 165 0 45 66 0 23 144 111
Binary 11111111 10100001 1110101 0 100101 110110 0 10011 1100100 1001001

Color Harmonies of #FFA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA175

Black with #FFA175

Text Example


Text Example

White with #FFA175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA175; }

 p { color: rgb(255,161,117); }

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

background-color css

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

 a { background-color: rgb(255,161,117); }

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

border-color css

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

 span { border-color: rgb(255,161,117); }

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