#F4A264

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

Shades of Sandy Brown #F4A264

Tints of Sandy Brown #F4A264

Color information

#F4A264 (or 0xF4A264) is unknown color: approx Sandy Brown. HEX triplet: F4, A2 and 64. RGB value is (244,162,100). Sum of RGB (Red+Green+Blue) = 244+162+100=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A264 is #0B5D9B. Grayscale: #B3B3B3. Windows color (decimal): -744860 or 6595316. OLE color: 6595316.

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

Color convert

RGB244162100-
CMYK00.340.590.04
HSL25.83º86.75%67.45%-
HSV(B)25.83º59.02%95.69%-
XYZ52.5345.9918.17-
YUV179.4583.17174.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.22%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 100 (39.45% from 255) = 19.76%
R=48.22%
G=32.02%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416210000.340.590.0425.8386.7567.45
HexF4A2640223B41a5743
Octal36424214404273432127103
Binary1111010010100010110010001000101110111001101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A264; }

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

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

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

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

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

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

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

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