Html Css Color HEX #FEA380 Light Salmon

📋 copy color: '#FEA380'

red 254 ◦ green 163 ◦ blue 128

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

Shades of Light Salmon #FEA380

Tints of Light Salmon #FEA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.91%

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

R = 46.61%
G = 29.91%
B = 23.49%

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

#FEA380 (or 0xFEA380) is known color: Light Salmon. HEX triplet: FE, A3 and 80. RGB value is (254,163,128). Sum of RGB (Red+Green+Blue) = 254+163+128=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA380 is #015C7F. Grayscale: #BABABA. Windows color (decimal): -89216 or 8430590. OLE color: 8430590.

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

Color convert

RGB 254 163 128 -
CMYK 0 0.36 0.50 0.00
HSL 16.67º 0.98% 0.75% -
HSV(B) 16.67º 0.5% 1% -
XYZ 57.87 48.82 26.8 -
YUV 186.22 95.15 176.35 -
System Red Green Blue C M Y K H S L
Decimal 254 163 128 0 0.36 0.50 0.00 16.67 0.98 0.75
Hex FE A3 80 0 24 32 0 11 62 4B
Octal 376 243 200 0 44 62 0 21 142 113
Binary 11111110 10100011 10000000 0 100100 110010 0 10001 1100010 1001011

Color Harmonies of #FEA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA380

Black with #FEA380

Text Example


Text Example

White with #FEA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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