#FCA276

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

Shades of Light Salmon #FCA276

Tints of Light Salmon #FCA276

Color information

#FCA276 (or 0xFCA276) is unknown color: approx Light Salmon. HEX triplet: FC, A2 and 76. RGB value is (252,162,118). Sum of RGB (Red+Green+Blue) = 252+162+118=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA276 is #035D89. Grayscale: #B8B8B8. Windows color (decimal): -220554 or 7774972. OLE color: 7774972.

HSL color Cylindrical-coordinate representation of color #FCA276: hue angle of 19.7º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCA276 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB252162118-
CMYK00.360.530.01
HSL19.7º95.71%72.55%-
HSV(B)19.7º53.17%98.82%-
XYZ56.3447.8423.41-
YUV183.8990.82176.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.37%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 118 (46.48% from 255) = 22.18%
R=47.37%
G=30.45%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216211800.360.530.0119.795.7172.55
HexFCA276024351146049
Octal37424216604465124140111
Binary11111100101000101110110010010011010111010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA276; }

 p { color: rgb(252,162,118); }

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

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

 a { background-color: rgb(252,162,118); }

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

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

 span { border-color: rgb(252,162,118); }

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