#F49D64

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

Shades of Sandy Brown #F49D64

Tints of Sandy Brown #F49D64

Color information

#F49D64 (or 0xF49D64) is unknown color: approx Sandy Brown. HEX triplet: F4, 9D and 64. RGB value is (244,157,100). Sum of RGB (Red+Green+Blue) = 244+157+100=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49D64 is #0B629B. Grayscale: #B0B0B0. Windows color (decimal): -746140 or 6594036. OLE color: 6594036.

HSL color Cylindrical-coordinate representation of color #F49D64: hue angle of 23.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F49D64 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB244157100-
CMYK00.360.590.04
HSL23.75º86.75%67.45%-
HSV(B)23.75º59.02%95.69%-
XYZ51.6744.2717.88-
YUV176.5284.82176.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.70%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=48.70%
G=31.34%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24415710000.360.590.0423.7586.7567.45
HexF49D640243B4185743
Octal36423514404473430127103
Binary1111010010011101110010001001001110111001100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49D64; }

 p { color: rgb(244,157,100); }

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

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

 a { background-color: rgb(244,157,100); }

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

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

 span { border-color: rgb(244,157,100); }

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