#F7A85E

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

Shades of Sandy Brown #F7A85E

Tints of Sandy Brown #F7A85E

Color information

#F7A85E (or 0xF7A85E) is unknown color: approx Sandy Brown. HEX triplet: F7, A8 and 5E. RGB value is (247,168,94). Sum of RGB (Red+Green+Blue) = 247+168+94=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A85E is #0857A1. Grayscale: #B7B7B7. Windows color (decimal): -546722 or 6203639. OLE color: 6203639.

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

Color convert

RGB24716894-
CMYK00.320.620.03
HSL29.02º90.53%66.86%-
HSV(B)29.02º61.94%96.86%-
XYZ54.3848.5917.1-
YUV183.1877.67173.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.53%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=48.53%
G=33.01%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471689400.320.620.0329.0290.5366.86
HexF7A85E0203E31d5b43
Octal36725013604076335133103
Binary111101111010100010111100100000111110111110110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A85E; }

 p { color: rgb(247,168,94); }

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

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

 a { background-color: rgb(247,168,94); }

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

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

 span { border-color: rgb(247,168,94); }

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