Html Css Color HEX #FEA079 Light Salmon

📋 copy color: '#FEA079'

red 254 ◦ green 160 ◦ blue 121

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

Shades of Light Salmon #FEA079

Tints of Light Salmon #FEA079

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.91%

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

R = 47.48%
G = 29.91%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEA079 (or 0xFEA079) is known color: Light Salmon. HEX triplet: FE, A0 and 79. RGB value is (254,160,121). Sum of RGB (Red+Green+Blue) = 254+160+121=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA079 is #015F86. Grayscale: #B7B7B7. Windows color (decimal): -89991 or 7971070. OLE color: 7971070.

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

Color convert

RGB 254 160 121 -
CMYK 0 0.37 0.52 0.00
HSL 17.59º 0.99% 0.74% -
HSV(B) 17.59º 0.52% 1% -
XYZ 56.9 47.59 24.28 -
YUV 183.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 254 160 121 0 0.37 0.52 0.00 17.59 0.99 0.74
Hex FE A0 79 0 25 34 0 12 63 4A
Octal 376 240 171 0 45 64 0 22 143 112
Binary 11111110 10100000 1111001 0 100101 110100 0 10010 1100011 1001010

Color Harmonies of #FEA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA079

Black with #FEA079

Text Example


Text Example

White with #FEA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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