#F7A45D

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

Shades of Sandy Brown #F7A45D

Tints of Sandy Brown #F7A45D

Color information

#F7A45D (or 0xF7A45D) is unknown color: approx Sandy Brown. HEX triplet: F7, A4 and 5D. RGB value is (247,164,93). Sum of RGB (Red+Green+Blue) = 247+164+93=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A45D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A45D is #085BA2. Grayscale: #B5B5B5. Windows color (decimal): -547747 or 6137079. OLE color: 6137079.

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

Color convert

RGB24716493-
CMYK00.340.620.03
HSL27.66º90.59%66.67%-
HSV(B)27.66º62.35%96.86%-
XYZ53.6147.1216.62-
YUV180.7278.5175.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.01%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 93 (36.72% from 255) = 18.45%
R=49.01%
G=32.54%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471649300.340.620.0327.6690.5966.67
HexF7A45D0223E31c5b43
Octal36724413504276334133103
Binary111101111010010010111010100010111110111110010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A45D; }

 p { color: rgb(247,164,93); }

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

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

 a { background-color: rgb(247,164,93); }

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

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

 span { border-color: rgb(247,164,93); }

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