#FCA565

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

Shades of Sandy Brown #FCA565

Tints of Sandy Brown #FCA565

Color information

#FCA565 (or 0xFCA565) is unknown color: approx Sandy Brown. HEX triplet: FC, A5 and 65. RGB value is (252,165,101). Sum of RGB (Red+Green+Blue) = 252+165+101=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA565 is #035A9A. Grayscale: #B8B8B8. Windows color (decimal): -219803 or 6661628. OLE color: 6661628.

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

Color convert

RGB252165101-
CMYK00.350.600.01
HSL25.43º96.18%69.22%-
HSV(B)25.43º59.92%98.82%-
XYZ55.9548.5518.73-
YUV183.7281.32176.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.65%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 101 (39.84% from 255) = 19.50%
R=48.65%
G=31.85%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216510100.350.600.0125.4396.1869.22
HexFCA5650233C1196045
Octal37424514504374131140105
Binary11111100101001011100101010001111110011100111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA565; }

 p { color: rgb(252,165,101); }

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

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

 a { background-color: rgb(252,165,101); }

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

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

 span { border-color: rgb(252,165,101); }

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