#F4A86A

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

Shades of Sandy Brown #F4A86A

Tints of Sandy Brown #F4A86A

Color information

#F4A86A (or 0xF4A86A) is unknown color: approx Sandy Brown. HEX triplet: F4, A8 and 6A. RGB value is (244,168,106). Sum of RGB (Red+Green+Blue) = 244+168+106=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A86A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A86A is #0B5795. Grayscale: #B7B7B7. Windows color (decimal): -743318 or 6990068. OLE color: 6990068.

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

Color convert

RGB244168106-
CMYK00.310.570.04
HSL26.96º86.25%68.63%-
HSV(B)26.96º56.56%95.69%-
XYZ53.9148.2820.11-
YUV183.6684.18171.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.10%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 106 (41.80% from 255) = 20.46%
R=47.10%
G=32.43%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416810600.310.570.0426.9686.2568.63
HexF4A86A01F3941b5645
Octal36425015203771433126105
Binary111101001010100011010100111111110011001101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A86A; }

 p { color: rgb(244,168,106); }

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

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

 a { background-color: rgb(244,168,106); }

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

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

 span { border-color: rgb(244,168,106); }

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