Html Css Color HEX #FEA680 Light Salmon

📋 copy color: '#FEA680'

red 254 ◦ green 166 ◦ blue 128

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

Shades of Light Salmon #FEA680

Tints of Light Salmon #FEA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.29%

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

R = 46.35%
G = 30.29%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA680 (or 0xFEA680) is known color: Light Salmon. HEX triplet: FE, A6 and 80. RGB value is (254,166,128). Sum of RGB (Red+Green+Blue) = 254+166+128=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA680 is #01597F. Grayscale: #BCBCBC. Windows color (decimal): -88448 or 8431358. OLE color: 8431358.

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

Color convert

RGB 254 166 128 -
CMYK 0 0.35 0.50 0.00
HSL 18.1º 0.98% 0.75% -
HSV(B) 18.1º 0.5% 1% -
XYZ 58.41 49.9 26.98 -
YUV 187.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 254 166 128 0 0.35 0.50 0.00 18.1 0.98 0.75
Hex FE A6 80 0 23 32 0 12 62 4B
Octal 376 246 200 0 43 62 0 22 142 113
Binary 11111110 10100110 10000000 0 100011 110010 0 10010 1100010 1001011

Color Harmonies of #FEA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA680

Black with #FEA680

Text Example


Text Example

White with #FEA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA680; }

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

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

background-color css

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

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

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

border-color css

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

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

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