#FCA384

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

Shades of Light Salmon #FCA384

Tints of Light Salmon #FCA384

Color information

#FCA384 (or 0xFCA384) is unknown color: approx Light Salmon. HEX triplet: FC, A3 and 84. RGB value is (252,163,132). Sum of RGB (Red+Green+Blue) = 252+163+132=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA384 is #035C7B. Grayscale: #BABABA. Windows color (decimal): -220284 or 8692732. OLE color: 8692732.

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

Color convert

RGB252163132-
CMYK00.350.480.01
HSL15.5º95.24%75.29%-
HSV(B)15.5º47.62%98.82%-
XYZ57.4148.5628.18-
YUV186.0897.49175.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 163 (64.06% from 255) = 29.80%
BLUE value IS 132 (51.95% from 255) = 24.13%
R=46.07%
G=29.80%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216313200.350.480.0115.595.2475.29
HexFCA384023301105f4b
Octal37424320404360120137113
Binary111111001010001110000100010001111000011000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA384; }

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

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

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

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

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

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

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

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