Html Css Color HEX #FEA880 Light Salmon

📋 copy color: '#FEA880'

red 254 ◦ green 168 ◦ blue 128

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

Shades of Light Salmon #FEA880

Tints of Light Salmon #FEA880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.55%

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

R = 46.18%
G = 30.55%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA880 (or 0xFEA880) is known color: Light Salmon. HEX triplet: FE, A8 and 80. RGB value is (254,168,128). Sum of RGB (Red+Green+Blue) = 254+168+128=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA880 is #01577F. Grayscale: #BDBDBD. Windows color (decimal): -87936 or 8431870. OLE color: 8431870.

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

Color convert

RGB 254 168 128 -
CMYK 0 0.34 0.50 0.00
HSL 19.05º 0.98% 0.75% -
HSV(B) 19.05º 0.5% 1% -
XYZ 58.77 50.63 27.1 -
YUV 189.15 93.49 174.25 -
System Red Green Blue C M Y K H S L
Decimal 254 168 128 0 0.34 0.50 0.00 19.05 0.98 0.75
Hex FE A8 80 0 22 32 0 13 62 4B
Octal 376 250 200 0 42 62 0 23 142 113
Binary 11111110 10101000 10000000 0 100010 110010 0 10011 1100010 1001011

Color Harmonies of #FEA880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA880

Black with #FEA880

Text Example


Text Example

White with #FEA880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA880; }

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

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

background-color css

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

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

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

border-color css

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

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

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