#F2A560

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

Shades of Sandy Brown #F2A560

Tints of Sandy Brown #F2A560

Color information

#F2A560 (or 0xF2A560) is unknown color: approx Sandy Brown. HEX triplet: F2, A5 and 60. RGB value is (242,165,96). Sum of RGB (Red+Green+Blue) = 242+165+96=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A560 is #0D5A9F. Grayscale: #B4B4B4. Windows color (decimal): -875168 or 6333938. OLE color: 6333938.

HSL color Cylindrical-coordinate representation of color #F2A560: hue angle of 28.36º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2A560 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24216596-
CMYK00.320.600.05
HSL28.36º84.88%66.27%-
HSV(B)28.36º60.33%94.9%-
XYZ52.1846.6317.32-
YUV180.1680.51172.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 96 (37.89% from 255) = 19.09%
R=48.11%
G=32.80%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421659600.320.600.0528.3684.8866.27
HexF2A5600203C51c5542
Octal36224514004074534125102
Binary1111001010100101110000001000001111001011110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A560; }

 p { color: rgb(242,165,96); }

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

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

 a { background-color: rgb(242,165,96); }

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

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

 span { border-color: rgb(242,165,96); }

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