Html Css Color HEX #FEA280 Light Salmon

📋 copy color: '#FEA280'

red 254 ◦ green 162 ◦ blue 128

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

Shades of Light Salmon #FEA280

Tints of Light Salmon #FEA280

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.78%

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

R = 46.69%
G = 29.78%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA280 (or 0xFEA280) is known color: Light Salmon. HEX triplet: FE, A2 and 80. RGB value is (254,162,128). Sum of RGB (Red+Green+Blue) = 254+162+128=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA280 is #015D7F. Grayscale: #B9B9B9. Windows color (decimal): -89472 or 8430334. OLE color: 8430334.

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

Color convert

RGB 254 162 128 -
CMYK 0 0.36 0.50 0.00
HSL 16.19º 0.98% 0.75% -
HSV(B) 16.19º 0.5% 1% -
XYZ 57.69 48.47 26.74 -
YUV 185.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 254 162 128 0 0.36 0.50 0.00 16.19 0.98 0.75
Hex FE A2 80 0 24 32 0 10 62 4B
Octal 376 242 200 0 44 62 0 20 142 113
Binary 11111110 10100010 10000000 0 100100 110010 0 10000 1100010 1001011

Color Harmonies of #FEA280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA280

Black with #FEA280

Text Example


Text Example

White with #FEA280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA280; }

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

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

background-color css

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

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

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

border-color css

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

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

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