#F1AD64

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

Shades of Sandy Brown #F1AD64

Tints of Sandy Brown #F1AD64

Color information

#F1AD64 (or 0xF1AD64) is unknown color: approx Sandy Brown. HEX triplet: F1, AD and 64. RGB value is (241,173,100). Sum of RGB (Red+Green+Blue) = 241+173+100=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AD64 is #0E529B. Grayscale: #B9B9B9. Windows color (decimal): -938652 or 6598129. OLE color: 6598129.

HSL color Cylindrical-coordinate representation of color #F1AD64: hue angle of 31.06º 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 #F1AD64 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB241173100-
CMYK00.280.590.05
HSL31.06º83.43%66.86%-
HSV(B)31.06º58.51%94.51%-
XYZ53.5249.5118.79-
YUV185.0180.03167.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 100 (39.45% from 255) = 19.46%
R=46.89%
G=33.66%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117310000.280.590.0531.0683.4366.86
HexF1AD6401C3B51f5343
Octal36125514403473537123103
Binary111100011010110111001000111001110111011111110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AD64; }

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

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

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

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

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

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

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

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