#FCA380

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

Shades of Light Salmon #FCA380

Tints of Light Salmon #FCA380

Color information

#FCA380 (or 0xFCA380) is unknown color: approx Light Salmon. HEX triplet: FC, A3 and 80. RGB value is (252,163,128). Sum of RGB (Red+Green+Blue) = 252+163+128=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA380 is #035C7F. Grayscale: #B9B9B9. Windows color (decimal): -220288 or 8430588. OLE color: 8430588.

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

Color convert

RGB252163128-
CMYK00.350.490.01
HSL16.94º95.38%74.51%-
HSV(B)16.94º49.21%98.82%-
XYZ57.1448.4526.76-
YUV185.6295.49175.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.41%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=46.41%
G=30.02%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216312800.350.490.0116.9495.3874.51
HexFCA380023311115f4b
Octal37424320004361121137113
Binary111111001010001110000000010001111000111000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA380; }

 p { color: rgb(252,163,128); }

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

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

 a { background-color: rgb(252,163,128); }

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

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

 span { border-color: rgb(252,163,128); }

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