#FCA179

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

Shades of Light Salmon #FCA179

Tints of Light Salmon #FCA179

Color information

#FCA179 (or 0xFCA179) is unknown color: approx Light Salmon. HEX triplet: FC, A1 and 79. RGB value is (252,161,121). Sum of RGB (Red+Green+Blue) = 252+161+121=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 121 (47.66% from 255 or 22.66% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA179 is #035E86. Grayscale: #B7B7B7. Windows color (decimal): -220807 or 7971324. OLE color: 7971324.

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

Color convert

RGB252161121-
CMYK00.360.520.01
HSL18.32º95.62%73.14%-
HSV(B)18.32º51.98%98.82%-
XYZ56.3447.5724.3-
YUV183.6592.65176.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 121 (47.66% from 255) = 22.66%
R=47.19%
G=30.15%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216112100.360.520.0118.3295.6273.14
HexFCA179024341126049
Octal37424117104464122140111
Binary11111100101000011111001010010011010011001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA179; }

 p { color: rgb(252,161,121); }

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

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

 a { background-color: rgb(252,161,121); }

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

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

 span { border-color: rgb(252,161,121); }

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