Html Css Color HEX #FEA580 Light Salmon

📋 copy color: '#FEA580'

red 254 ◦ green 165 ◦ blue 128

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

Shades of Light Salmon #FEA580

Tints of Light Salmon #FEA580

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.16%

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

R = 46.44%
G = 30.16%
B = 23.4%

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

#FEA580 (or 0xFEA580) is known color: Light Salmon. HEX triplet: FE, A5 and 80. RGB value is (254,165,128). Sum of RGB (Red+Green+Blue) = 254+165+128=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA580 is #015A7F. Grayscale: #BBBBBB. Windows color (decimal): -88704 or 8431102. OLE color: 8431102.

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

Color convert

RGB 254 165 128 -
CMYK 0 0.35 0.50 0.00
HSL 17.62º 0.98% 0.75% -
HSV(B) 17.62º 0.5% 1% -
XYZ 58.22 49.54 26.92 -
YUV 187.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 254 165 128 0 0.35 0.50 0.00 17.62 0.98 0.75
Hex FE A5 80 0 23 32 0 12 62 4B
Octal 376 245 200 0 43 62 0 22 142 113
Binary 11111110 10100101 10000000 0 100011 110010 0 10010 1100010 1001011

Color Harmonies of #FEA580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA580

Black with #FEA580

Text Example


Text Example

White with #FEA580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA580; }

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

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

background-color css

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

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

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

border-color css

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

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

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