#F2A362

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

Shades of Sandy Brown #F2A362

Tints of Sandy Brown #F2A362

Color information

#F2A362 (or 0xF2A362) is unknown color: approx Sandy Brown. HEX triplet: F2, A3 and 62. RGB value is (242,163,98). Sum of RGB (Red+Green+Blue) = 242+163+98=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A362 is #0D5C9D. Grayscale: #B3B3B3. Windows color (decimal): -875678 or 6464498. OLE color: 6464498.

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

Color convert

RGB24216398-
CMYK00.330.600.05
HSL27.08º84.71%66.67%-
HSV(B)27.08º59.5%94.9%-
XYZ51.9245.9517.69-
YUV179.2182.17172.79-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 98 (38.67% from 255) = 19.48%
R=48.11%
G=32.41%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421639800.330.600.0527.0884.7166.67
HexF2A3620213C51b5543
Octal36224314204174533125103
Binary1111001010100011110001001000011111001011101110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A362; }

 p { color: rgb(242,163,98); }

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

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

 a { background-color: rgb(242,163,98); }

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

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

 span { border-color: rgb(242,163,98); }

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