Html Css Color HEX #FEA077 Light Salmon

📋 copy color: '#FEA077'

red 254 ◦ green 160 ◦ blue 119

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

Shades of Light Salmon #FEA077

Tints of Light Salmon #FEA077

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.02%

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

R = 47.65%
G = 30.02%
B = 22.33%

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

#FEA077 (or 0xFEA077) is known color: Light Salmon. HEX triplet: FE, A0 and 77. RGB value is (254,160,119). Sum of RGB (Red+Green+Blue) = 254+160+119=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA077 is #015F88. Grayscale: #B7B7B7. Windows color (decimal): -89993 or 7839998. OLE color: 7839998.

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

Color convert

RGB 254 160 119 -
CMYK 0 0.37 0.53 0.00
HSL 18.22º 0.99% 0.73% -
HSV(B) 18.22º 0.53% 1% -
XYZ 56.77 47.54 23.64 -
YUV 183.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 254 160 119 0 0.37 0.53 0.00 18.22 0.99 0.73
Hex FE A0 77 0 25 35 0 12 63 49
Octal 376 240 167 0 45 65 0 22 143 111
Binary 11111110 10100000 1110111 0 100101 110101 0 10010 1100011 1001001

Color Harmonies of #FEA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA077

Black with #FEA077

Text Example


Text Example

White with #FEA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA077; }

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

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

background-color css

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

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

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

border-color css

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

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

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