Html Css Color HEX #FDA177 Light Salmon

📋 copy color: '#FDA177'

red 253 ◦ green 161 ◦ blue 119

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

Shades of Light Salmon #FDA177

Tints of Light Salmon #FDA177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.33%

R = 47.47%
G = 30.21%
B = 22.33%

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

#FDA177 (or 0xFDA177) is known color: Light Salmon. HEX triplet: FD, A1 and 77. RGB value is (253,161,119). Sum of RGB (Red+Green+Blue) = 253+161+119=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA177 is #025E88. Grayscale: #B7B7B7. Windows color (decimal): -155273 or 7840253. OLE color: 7840253.

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

Color convert

RGB 253 161 119 -
CMYK 0 0.36 0.53 0.01
HSL 18.81º 0.97% 0.73% -
HSV(B) 18.81º 0.53% 0.99% -
XYZ 56.58 47.7 23.68 -
YUV 183.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 253 161 119 0 0.36 0.53 0.01 18.81 0.97 0.73
Hex FD A1 77 0 24 35 1 13 61 49
Octal 375 241 167 0 44 65 1 23 141 111
Binary 11111101 10100001 1110111 0 100100 110101 1 10011 1100001 1001001

Color Harmonies of #FDA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA177

Black with #FDA177

Text Example


Text Example

White with #FDA177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA177; }

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

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

background-color css

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

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

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

border-color css

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

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

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