#F7A65C

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

Shades of Sandy Brown #F7A65C

Tints of Sandy Brown #F7A65C

Color information

#F7A65C (or 0xF7A65C) is unknown color: approx Sandy Brown. HEX triplet: F7, A6 and 5C. RGB value is (247,166,92). Sum of RGB (Red+Green+Blue) = 247+166+92=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A65C is #0859A3. Grayscale: #B6B6B6. Windows color (decimal): -547236 or 6072055. OLE color: 6072055.

HSL color Cylindrical-coordinate representation of color #F7A65C: hue angle of 28.65º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7A65C is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24716692-
CMYK00.330.630.03
HSL28.65º90.64%66.47%-
HSV(B)28.65º62.75%96.86%-
XYZ53.9347.8216.51-
YUV181.7877.34174.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.91%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 92 (36.33% from 255) = 18.22%
R=48.91%
G=32.87%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471669200.330.630.0328.6590.6466.47
HexF7A65C0213F31d5b42
Octal36724613404177335133102
Binary111101111010011010111000100001111111111110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A65C; }

 p { color: rgb(247,166,92); }

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

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

 a { background-color: rgb(247,166,92); }

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

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

 span { border-color: rgb(247,166,92); }

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