Html Css Color HEX #FDA176 Light Salmon

📋 copy color: '#FDA176'

red 253 ◦ green 161 ◦ blue 118

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

Shades of Light Salmon #FDA176

Tints of Light Salmon #FDA176

RGB

 RED value IS 253 (99.22% from 255) = 47.56%

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

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

R = 47.56%
G = 30.26%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA176 (or 0xFDA176) is known color: Light Salmon. HEX triplet: FD, A1 and 76. RGB value is (253,161,118). Sum of RGB (Red+Green+Blue) = 253+161+118=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA176 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA176 is #025E89. Grayscale: #B7B7B7. Windows color (decimal): -155274 or 7774717. OLE color: 7774717.

HSL color Cylindrical-coordinate representation of color #FDA176: hue angle of 19.11º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDA176 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 118 -
CMYK 0 0.36 0.53 0.01
HSL 19.11º 0.97% 0.73% -
HSV(B) 19.11º 0.53% 0.99% -
XYZ 56.52 47.68 23.36 -
YUV 183.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 253 161 118 0 0.36 0.53 0.01 19.11 0.97 0.73
Hex FD A1 76 0 24 35 1 13 61 49
Octal 375 241 166 0 44 65 1 23 141 111
Binary 11111101 10100001 1110110 0 100100 110101 1 10011 1100001 1001001

Color Harmonies of #FDA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA176

Black with #FDA176

Text Example


Text Example

White with #FDA176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA176; }

 p { color: rgb(253,161,118); }

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

background-color css

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

 a { background-color: rgb(253,161,118); }

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

border-color css

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

 span { border-color: rgb(253,161,118); }

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