#F2A765

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

Shades of Sandy Brown #F2A765

Tints of Sandy Brown #F2A765

Color information

#F2A765 (or 0xF2A765) is unknown color: approx Sandy Brown. HEX triplet: F2, A7 and 65. RGB value is (242,167,101). Sum of RGB (Red+Green+Blue) = 242+167+101=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A765 is #0D589A. Grayscale: #B6B6B6. Windows color (decimal): -874651 or 6662130. OLE color: 6662130.

HSL color Cylindrical-coordinate representation of color #F2A765: hue angle of 28.09º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2A765 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242167101-
CMYK00.310.580.05
HSL28.09º84.43%67.25%-
HSV(B)28.09º58.26%94.9%-
XYZ52.7947.4518.69-
YUV181.982.35170.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.45%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 101 (39.84% from 255) = 19.80%
R=47.45%
G=32.75%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216710100.310.580.0528.0984.4367.25
HexF2A76501F3A51c5443
Octal36224714503772534124103
Binary111100101010011111001010111111110101011110010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A765; }

 p { color: rgb(242,167,101); }

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

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

 a { background-color: rgb(242,167,101); }

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

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

 span { border-color: rgb(242,167,101); }

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