#FCA163

Color #FCA163 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #FCA163

Tints of Sandy Brown #FCA163

Color information

#FCA163 (or 0xFCA163) is unknown color: approx Sandy Brown. HEX triplet: FC, A1 and 63. RGB value is (252,161,99). Sum of RGB (Red+Green+Blue) = 252+161+99=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA163 is #035E9C. Grayscale: #B5B5B5. Windows color (decimal): -220829 or 6529532. OLE color: 6529532.

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

Color convert

RGB25216199-
CMYK00.360.610.01
HSL24.31º96.23%68.82%-
HSV(B)24.31º60.71%98.82%-
XYZ55.1447.0917.99-
YUV181.1481.65178.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 99 (39.06% from 255) = 19.34%
R=49.22%
G=31.45%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521619900.360.610.0124.3196.2368.82
HexFCA1630243D1186045
Octal37424114304475130140105
Binary11111100101000011100011010010011110111100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA163; }

 p { color: rgb(252,161,99); }

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

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

 a { background-color: rgb(252,161,99); }

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

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

 span { border-color: rgb(252,161,99); }

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