#F7A05C

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

Shades of Sandy Brown #F7A05C

Tints of Sandy Brown #F7A05C

Color information

#F7A05C (or 0xF7A05C) is unknown color: approx Sandy Brown. HEX triplet: F7, A0 and 5C. RGB value is (247,160,92). Sum of RGB (Red+Green+Blue) = 247+160+92=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A05C is #085FA3. Grayscale: #B2B2B2. Windows color (decimal): -548772 or 6070519. OLE color: 6070519.

HSL color Cylindrical-coordinate representation of color #F7A05C: hue angle of 26.32º 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 #F7A05C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24716092-
CMYK00.350.630.03
HSL26.32º90.64%66.47%-
HSV(B)26.32º62.75%96.86%-
XYZ52.8645.6916.16-
YUV178.2679.32177.03-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.50%
GREEN value IS 160 (62.89% from 255) = 32.06%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=49.50%
G=32.06%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471609200.350.630.0326.3290.6466.47
HexF7A05C0233F31a5b42
Octal36724013404377332133102
Binary111101111010000010111000100011111111111101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A05C; }

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

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

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

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

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

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

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

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