#F7A168

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

Shades of Sandy Brown #F7A168

Tints of Sandy Brown #F7A168

Color information

#F7A168 (or 0xF7A168) is unknown color: approx Sandy Brown. HEX triplet: F7, A1 and 68. RGB value is (247,161,104). Sum of RGB (Red+Green+Blue) = 247+161+104=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A168 is #085E97. Grayscale: #B4B4B4. Windows color (decimal): -548504 or 6857207. OLE color: 6857207.

HSL color Cylindrical-coordinate representation of color #F7A168: hue angle of 23.92º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7A168 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB247161104-
CMYK00.350.580.03
HSL23.92º89.94%68.82%-
HSV(B)23.92º57.89%96.86%-
XYZ53.646.2619.2-
YUV180.2284.99175.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.24%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=48.24%
G=31.45%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716110400.350.580.0323.9289.9468.82
HexF7A1680233A3185a45
Octal36724115004372330132105
Binary111101111010000111010000100011111010111100010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A168; }

 p { color: rgb(247,161,104); }

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

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

 a { background-color: rgb(247,161,104); }

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

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

 span { border-color: rgb(247,161,104); }

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