#F7A75C

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

Shades of Sandy Brown #F7A75C

Tints of Sandy Brown #F7A75C

Color information

#F7A75C (or 0xF7A75C) is unknown color: approx Sandy Brown. HEX triplet: F7, A7 and 5C. RGB value is (247,167,92). Sum of RGB (Red+Green+Blue) = 247+167+92=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A75C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A75C is #0858A3. Grayscale: #B6B6B6. Windows color (decimal): -546980 or 6072311. OLE color: 6072311.

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

Color convert

RGB24716792-
CMYK00.320.630.03
HSL29.03º90.64%66.47%-
HSV(B)29.03º62.75%96.86%-
XYZ54.1148.1816.57-
YUV182.3777174.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.81%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 92 (36.33% from 255) = 18.18%
R=48.81%
G=33.00%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471679200.320.630.0329.0390.6466.47
HexF7A75C0203F31d5b42
Octal36724713404077335133102
Binary111101111010011110111000100000111111111110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A75C; }

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

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

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

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

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

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

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

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