#F7A15F

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

Shades of Sandy Brown #F7A15F

Tints of Sandy Brown #F7A15F

Color information

#F7A15F (or 0xF7A15F) is unknown color: approx Sandy Brown. HEX triplet: F7, A1 and 5F. RGB value is (247,161,95). Sum of RGB (Red+Green+Blue) = 247+161+95=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A15F is #085EA0. Grayscale: #B3B3B3. Windows color (decimal): -548513 or 6267383. OLE color: 6267383.

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

Color convert

RGB24716195-
CMYK00.350.620.03
HSL26.05º90.48%67.06%-
HSV(B)26.05º61.54%96.86%-
XYZ53.1746.0916.92-
YUV179.1980.49176.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.11%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 95 (37.5% from 255) = 18.89%
R=49.11%
G=32.01%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471619500.350.620.0326.0590.4867.06
HexF7A15F0233E31a5a43
Octal36724113704376332132103
Binary111101111010000110111110100011111110111101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A15F; }

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

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

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

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

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

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

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

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