#f5a866

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

Shades of Sandy Brown #F5A866

Tints of Sandy Brown #F5A866

Color information

#F5A866 (or 0xF5A866) is unknown color: approx Sandy Brown. HEX triplet: F5, A8 and 66. RGB value is (245,168,102). Sum of RGB (Red+Green+Blue) = 245+168+102=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A866 is #0A5799. Grayscale: #B7B7B7. Windows color (decimal): -677786 or 6727925. OLE color: 6727925.

HSL color Cylindrical-coordinate representation of color #F5A866: hue angle of 27.69º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5A866 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB245168102-
CMYK00.310.580.04
HSL27.69º87.73%68.04%-
HSV(B)27.69º58.37%96.08%-
XYZ54.0648.3819.06-
YUV183.582.01171.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 102 (40.23% from 255) = 19.81%
R=47.57%
G=32.62%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516810200.310.580.0427.6987.7368.04
HexF5A86601F3A41c5844
Octal36525014603772434130104
Binary111101011010100011001100111111110101001110010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5a866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5a866; }

 p { color: rgb(245,168,102); }

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

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

 a { background-color: rgb(245,168,102); }

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

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

 span { border-color: rgb(245,168,102); }

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