#fea879

Color #FEA879 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #FEA879

Tints of Light Salmon #FEA879

Color information

#FEA879 (or 0xFEA879) is unknown color: approx Light Salmon. HEX triplet: FE, A8 and 79. RGB value is (254,168,121). Sum of RGB (Red+Green+Blue) = 254+168+121=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA879 is #015786. Grayscale: #BCBCBC. Windows color (decimal): -87943 or 7973118. OLE color: 7973118.

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

Color convert

RGB254168121-
CMYK00.340.520.00
HSL21.2º98.52%73.53%-
HSV(B)21.2º52.36%99.61%-
XYZ58.3350.4624.75-
YUV188.3689.99174.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.78%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 121 (47.66% from 255) = 22.28%
R=46.78%
G=30.94%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416812100.340.520.0021.298.5273.53
HexFEA87902234015634a
Octal37625017104264025143112
Binary11111110101010001111001010001011010001010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fea879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fea879; }

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

 H1.HeaderClassName
 {
   color: #fea879;
 }
 .AnyTagClassName
 {
   color: #fea879;
 }
</style>
background-color css

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

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

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

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

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

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