#FCA47D

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

Shades of Light Salmon #FCA47D

Tints of Light Salmon #FCA47D

Color information

#FCA47D (or 0xFCA47D) is unknown color: approx Light Salmon. HEX triplet: FC, A4 and 7D. RGB value is (252,164,125). Sum of RGB (Red+Green+Blue) = 252+164+125=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA47D is #035B82. Grayscale: #BABABA. Windows color (decimal): -220035 or 8234236. OLE color: 8234236.

HSL color Cylindrical-coordinate representation of color #FCA47D: hue angle of 18.43º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCA47D is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252164125-
CMYK00.350.500.01
HSL18.43º95.49%73.92%-
HSV(B)18.43º50.4%98.82%-
XYZ57.1248.7325.8-
YUV185.8793.65175.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=46.58%
G=30.31%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216412500.350.500.0118.4395.4973.92
HexFCA47D023321125f4a
Octal37424417504362122137112
Binary11111100101001001111101010001111001011001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA47D; }

 p { color: rgb(252,164,125); }

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

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

 a { background-color: rgb(252,164,125); }

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

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

 span { border-color: rgb(252,164,125); }

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