Html Css Color HEX #FEA377 Light Salmon

📋 copy color: '#FEA377'

red 254 ◦ green 163 ◦ blue 119

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

Shades of Light Salmon #FEA377

Tints of Light Salmon #FEA377

RGB

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

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

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

R = 47.39%
G = 30.41%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FEA377 (or 0xFEA377) is known color: Light Salmon. HEX triplet: FE, A3 and 77. RGB value is (254,163,119). Sum of RGB (Red+Green+Blue) = 254+163+119=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA377 is #015C88. Grayscale: #B9B9B9. Windows color (decimal): -89225 or 7840766. OLE color: 7840766.

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

Color convert

RGB 254 163 119 -
CMYK 0 0.36 0.53 0.00
HSL 19.56º 0.99% 0.73% -
HSV(B) 19.56º 0.53% 1% -
XYZ 57.3 48.6 23.81 -
YUV 185.19 90.65 177.08 -
System Red Green Blue C M Y K H S L
Decimal 254 163 119 0 0.36 0.53 0.00 19.56 0.99 0.73
Hex FE A3 77 0 24 35 0 14 63 49
Octal 376 243 167 0 44 65 0 24 143 111
Binary 11111110 10100011 1110111 0 100100 110101 0 10100 1100011 1001001

Color Harmonies of #FEA377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA377

Black with #FEA377

Text Example


Text Example

White with #FEA377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA377; }

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

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

background-color css

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

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

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

border-color css

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

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

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