#FCA679

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

Shades of Light Salmon #FCA679

Tints of Light Salmon #FCA679

Color information

#FCA679 (or 0xFCA679) is unknown color: approx Light Salmon. HEX triplet: FC, A6 and 79. RGB value is (252,166,121). Sum of RGB (Red+Green+Blue) = 252+166+121=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA679 is #035986. Grayscale: #BABABA. Windows color (decimal): -219527 or 7972604. OLE color: 7972604.

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

Color convert

RGB252166121-
CMYK00.340.520.01
HSL20.61º95.62%73.14%-
HSV(B)20.61º51.98%98.82%-
XYZ57.2349.3524.6-
YUV186.5890.99174.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.75%
GREEN value IS 166 (65.23% from 255) = 30.80%
BLUE value IS 121 (47.66% from 255) = 22.45%
R=46.75%
G=30.80%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216612100.340.520.0120.6195.6273.14
HexFCA679022341156049
Octal37424617104264125140111
Binary11111100101001101111001010001011010011010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA679; }

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

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

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

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

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

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

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

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