#FCA785

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

Shades of Light Salmon #FCA785

Tints of Light Salmon #FCA785

Color information

#FCA785 (or 0xFCA785) is unknown color: approx Light Salmon. HEX triplet: FC, A7 and 85. RGB value is (252,167,133). Sum of RGB (Red+Green+Blue) = 252+167+133=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA785 is #03587A. Grayscale: #BCBCBC. Windows color (decimal): -219259 or 8759292. OLE color: 8759292.

HSL color Cylindrical-coordinate representation of color #FCA785: hue angle of 17.14º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCA785 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252167133-
CMYK00.340.470.01
HSL17.14º95.2%75.49%-
HSV(B)17.14º47.22%98.82%-
XYZ58.250.0328.78-
YUV188.5496.66173.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=45.65%
G=30.25%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216713300.340.470.0117.1495.275.49
HexFCA7850222F1115f4b
Octal37424720504257121137113
Binary111111001010011110000101010001010111111000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA785; }

 p { color: rgb(252,167,133); }

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

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

 a { background-color: rgb(252,167,133); }

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

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

 span { border-color: rgb(252,167,133); }

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