#FCA65D

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

Shades of Sandy Brown #FCA65D

Tints of Sandy Brown #FCA65D

Color information

#FCA65D (or 0xFCA65D) is unknown color: approx Sandy Brown. HEX triplet: FC, A6 and 5D. RGB value is (252,166,93). Sum of RGB (Red+Green+Blue) = 252+166+93=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA65D is #0359A2. Grayscale: #B7B7B7. Windows color (decimal): -219555 or 6137596. OLE color: 6137596.

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

Color convert

RGB25216693-
CMYK00.340.630.01
HSL27.55º96.36%67.65%-
HSV(B)27.55º63.1%98.82%-
XYZ55.7648.7616.83-
YUV183.3976.99176.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.32%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=49.32%
G=32.49%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521669300.340.630.0127.5596.3667.65
HexFCA65D0223F11c6044
Octal37424613504277134140104
Binary11111100101001101011101010001011111111110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA65D; }

 p { color: rgb(252,166,93); }

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

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

 a { background-color: rgb(252,166,93); }

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

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

 span { border-color: rgb(252,166,93); }

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