#F0A452

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

Shades of Sandy Brown #F0A452

Tints of Sandy Brown #F0A452

Color information

#F0A452 (or 0xF0A452) is unknown color: approx Sandy Brown. HEX triplet: F0, A4 and 52. RGB value is (240,164,82). Sum of RGB (Red+Green+Blue) = 240+164+82=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A452 is #0F5BAD. Grayscale: #B1B1B1. Windows color (decimal): -1006510 or 5416176. OLE color: 5416176.

HSL color Cylindrical-coordinate representation of color #F0A452: hue angle of 31.14º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F0A452 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB24016482-
CMYK00.320.660.06
HSL31.14º84.04%63.14%-
HSV(B)31.14º65.83%94.12%-
XYZ50.7345.6914.13-
YUV177.3874.18172.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.38%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 82 (32.42% from 255) = 16.87%
R=49.38%
G=33.74%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401648200.320.660.0631.1484.0463.14
HexF0A4520204261f543f
Octal36024412204010263712477
Binary1111000010100100101001001000001000010110111111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A452; }

 p { color: rgb(240,164,82); }

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

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

 a { background-color: rgb(240,164,82); }

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

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

 span { border-color: rgb(240,164,82); }

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