#F1A964

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

Shades of Sandy Brown #F1A964

Tints of Sandy Brown #F1A964

Color information

#F1A964 (or 0xF1A964) is unknown color: approx Sandy Brown. HEX triplet: F1, A9 and 64. RGB value is (241,169,100). Sum of RGB (Red+Green+Blue) = 241+169+100=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A964 is #0E569B. Grayscale: #B7B7B7. Windows color (decimal): -939676 or 6597105. OLE color: 6597105.

HSL color Cylindrical-coordinate representation of color #F1A964: hue angle of 29.36º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1A964 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB241169100-
CMYK00.300.590.05
HSL29.36º83.43%66.86%-
HSV(B)29.36º58.51%94.51%-
XYZ52.764818.54-
YUV182.6681.35169.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 100 (39.45% from 255) = 19.61%
R=47.25%
G=33.14%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116910000.300.590.0529.3683.4366.86
HexF1A96401E3B51d5343
Octal36125114403673535123103
Binary111100011010100111001000111101110111011110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A964; }

 p { color: rgb(241,169,100); }

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

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

 a { background-color: rgb(241,169,100); }

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

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

 span { border-color: rgb(241,169,100); }

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