Html Css Color HEX #FEA180 Light Salmon

📋 copy color: '#FEA180'

red 254 ◦ green 161 ◦ blue 128

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

Shades of Light Salmon #FEA180

Tints of Light Salmon #FEA180

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.65%

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

R = 46.78%
G = 29.65%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEA180 (or 0xFEA180) is known color: Light Salmon. HEX triplet: FE, A1 and 80. RGB value is (254,161,128). Sum of RGB (Red+Green+Blue) = 254+161+128=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA180 is #015E7F. Grayscale: #B9B9B9. Windows color (decimal): -89728 or 8430078. OLE color: 8430078.

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

Color convert

RGB 254 161 128 -
CMYK 0 0.37 0.50 0.00
HSL 15.71º 0.98% 0.75% -
HSV(B) 15.71º 0.5% 1% -
XYZ 57.51 48.12 26.68 -
YUV 185.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 254 161 128 0 0.37 0.50 0.00 15.71 0.98 0.75
Hex FE A1 80 0 25 32 0 10 62 4B
Octal 376 241 200 0 45 62 0 20 142 113
Binary 11111110 10100001 10000000 0 100101 110010 0 10000 1100010 1001011

Color Harmonies of #FEA180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA180

Black with #FEA180

Text Example


Text Example

White with #FEA180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA180; }

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

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

background-color css

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

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

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

border-color css

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

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

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