#FCA766

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

Shades of Sandy Brown #FCA766

Tints of Sandy Brown #FCA766

Color information

#FCA766 (or 0xFCA766) is unknown color: approx Sandy Brown. HEX triplet: FC, A7 and 66. RGB value is (252,167,102). Sum of RGB (Red+Green+Blue) = 252+167+102=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA766 is #035899. Grayscale: #B9B9B9. Windows color (decimal): -219290 or 6727676. OLE color: 6727676.

HSL color Cylindrical-coordinate representation of color #FCA766: hue angle of 26º 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 #FCA766 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252167102-
CMYK00.340.600.01
HSL26º96.15%69.41%-
HSV(B)26º59.52%98.82%-
XYZ56.3649.2919.11-
YUV18581.16175.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 102 (40.23% from 255) = 19.58%
R=48.37%
G=32.05%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216710200.340.600.012696.1569.41
HexFCA7660223C11a6045
Octal37424714604274132140105
Binary11111100101001111100110010001011110011101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA766; }

 p { color: rgb(252,167,102); }

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

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

 a { background-color: rgb(252,167,102); }

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

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

 span { border-color: rgb(252,167,102); }

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