Html Css Color HEX #FEA980 Light Salmon

📋 copy color: '#FEA980'

red 254 ◦ green 169 ◦ blue 128

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

Shades of Light Salmon #FEA980

Tints of Light Salmon #FEA980

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.67%

 BLUE value IS 128 (50.39% from 255) = 23.23%

R = 46.1%
G = 30.67%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA980 (or 0xFEA980) is known color: Light Salmon. HEX triplet: FE, A9 and 80. RGB value is (254,169,128). Sum of RGB (Red+Green+Blue) = 254+169+128=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA980 is #01567F. Grayscale: #BDBDBD. Windows color (decimal): -87680 or 8432126. OLE color: 8432126.

HSL color Cylindrical-coordinate representation of color #FEA980: hue angle of 19.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEA980 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 169 128 -
CMYK 0 0.33 0.50 0.00
HSL 19.52º 0.98% 0.75% -
HSV(B) 19.52º 0.5% 1% -
XYZ 58.96 51.01 27.16 -
YUV 189.74 93.16 173.83 -
System Red Green Blue C M Y K H S L
Decimal 254 169 128 0 0.33 0.50 0.00 19.52 0.98 0.75
Hex FE A9 80 0 21 32 0 14 62 4B
Octal 376 251 200 0 41 62 0 24 142 113
Binary 11111110 10101001 10000000 0 100001 110010 0 10100 1100010 1001011

Color Harmonies of #FEA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA980

Black with #FEA980

Text Example


Text Example

White with #FEA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA980; }

 p { color: rgb(254,169,128); }

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

background-color css

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

 a { background-color: rgb(254,169,128); }

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

border-color css

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

 span { border-color: rgb(254,169,128); }

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