Html Css Color HEX #FEA379 Light Salmon

📋 copy color: '#FEA379'

red 254 ◦ green 163 ◦ blue 121

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

Shades of Light Salmon #FEA379

Tints of Light Salmon #FEA379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.49%

R = 47.21%
G = 30.3%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEA379 (or 0xFEA379) is known color: Light Salmon. HEX triplet: FE, A3 and 79. RGB value is (254,163,121). Sum of RGB (Red+Green+Blue) = 254+163+121=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA379 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA379 is #015C86. Grayscale: #B9B9B9. Windows color (decimal): -89223 or 7971838. OLE color: 7971838.

HSL color Cylindrical-coordinate representation of color #FEA379: hue angle of 18.95º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEA379 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 163 121 -
CMYK 0 0.36 0.52 0.00
HSL 18.95º 0.99% 0.74% -
HSV(B) 18.95º 0.52% 1% -
XYZ 57.42 48.65 24.45 -
YUV 185.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 254 163 121 0 0.36 0.52 0.00 18.95 0.99 0.74
Hex FE A3 79 0 24 34 0 13 63 4A
Octal 376 243 171 0 44 64 0 23 143 112
Binary 11111110 10100011 1111001 0 100100 110100 0 10011 1100011 1001010

Color Harmonies of #FEA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA379

Black with #FEA379

Text Example


Text Example

White with #FEA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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