#F7A96A

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

Shades of Sandy Brown #F7A96A

Tints of Sandy Brown #F7A96A

Color information

#F7A96A (or 0xF7A96A) is unknown color: approx Sandy Brown. HEX triplet: F7, A9 and 6A. RGB value is (247,169,106). Sum of RGB (Red+Green+Blue) = 247+169+106=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A96A is #085695. Grayscale: #B9B9B9. Windows color (decimal): -546454 or 6990327. OLE color: 6990327.

HSL color Cylindrical-coordinate representation of color #F7A96A: hue angle of 26.81º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7A96A is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247169106-
CMYK00.320.570.03
HSL26.81º89.81%69.22%-
HSV(B)26.81º57.09%96.86%-
XYZ55.1549.1920.22-
YUV185.1483.34172.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.32%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 106 (41.80% from 255) = 20.31%
R=47.32%
G=32.38%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716910600.320.570.0326.8189.8169.22
HexF7A96A0203931b5a45
Octal36725115204071333132105
Binary111101111010100111010100100000111001111101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A96A; }

 p { color: rgb(247,169,106); }

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

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

 a { background-color: rgb(247,169,106); }

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

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

 span { border-color: rgb(247,169,106); }

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