Html Css Color HEX #FEA177 Light Salmon

📋 copy color: '#FEA177'

red 254 ◦ green 161 ◦ blue 119

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

Shades of Light Salmon #FEA177

Tints of Light Salmon #FEA177

RGB

 RED value IS 254 (99.61% from 255) = 47.57%

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

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

R = 47.57%
G = 30.15%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEA177 (or 0xFEA177) is known color: Light Salmon. HEX triplet: FE, A1 and 77. RGB value is (254,161,119). Sum of RGB (Red+Green+Blue) = 254+161+119=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA177 is #015E88. Grayscale: #B8B8B8. Windows color (decimal): -89737 or 7840254. OLE color: 7840254.

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

Color convert

RGB 254 161 119 -
CMYK 0 0.37 0.53 0.00
HSL 18.67º 0.99% 0.73% -
HSV(B) 18.67º 0.53% 1% -
XYZ 56.95 47.89 23.7 -
YUV 184.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 254 161 119 0 0.37 0.53 0.00 18.67 0.99 0.73
Hex FE A1 77 0 25 35 0 13 63 49
Octal 376 241 167 0 45 65 0 23 143 111
Binary 11111110 10100001 1110111 0 100101 110101 0 10011 1100011 1001001

Color Harmonies of #FEA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA177

Black with #FEA177

Text Example


Text Example

White with #FEA177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA177; }

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

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

background-color css

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

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

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

border-color css

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

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

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