Html Css Color HEX #FFA376 Light Salmon

📋 copy color: '#FFA376'

red 255 ◦ green 163 ◦ blue 118

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

Shades of Light Salmon #FFA376

Tints of Light Salmon #FFA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.41%

 BLUE value IS 118 (46.48% from 255) = 22.01%

R = 47.57%
G = 30.41%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFA376 (or 0xFFA376) is known color: Light Salmon. HEX triplet: FF, A3 and 76. RGB value is (255,163,118). Sum of RGB (Red+Green+Blue) = 255+163+118=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA376 is #005C89. Grayscale: #B9B9B9. Windows color (decimal): -23690 or 7775231. OLE color: 7775231.

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

Color convert

RGB 255 163 118 -
CMYK 0 0.36 0.54 0
HSL 19.71º 1% 0.73% -
HSV(B) 19.71º 0.54% 1% -
XYZ 57.61 48.76 23.52 -
YUV 185.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 255 163 118 0 0.36 0.54 0 19.71 1 0.73
Hex FF A3 76 0 24 36 0 14 64 49
Octal 377 243 166 0 44 66 0 24 144 111
Binary 11111111 10100011 1110110 0 100100 110110 0 10100 1100100 1001001

Color Harmonies of #FFA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA376

Black with #FFA376

Text Example


Text Example

White with #FFA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA376; }

 p { color: rgb(255,163,118); }

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

background-color css

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

 a { background-color: rgb(255,163,118); }

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

border-color css

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

 span { border-color: rgb(255,163,118); }

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