#F0A36C

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

Shades of Sandy Brown #F0A36C

Tints of Sandy Brown #F0A36C

Color information

#F0A36C (or 0xF0A36C) is unknown color: approx Sandy Brown. HEX triplet: F0, A3 and 6C. RGB value is (240,163,108). Sum of RGB (Red+Green+Blue) = 240+163+108=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A36C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A36C is #0F5C93. Grayscale: #B4B4B4. Windows color (decimal): -1006740 or 7119856. OLE color: 7119856.

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

Color convert

RGB240163108-
CMYK00.320.550.06
HSL25º81.48%68.24%-
HSV(B)25º55%94.12%-
XYZ51.7445.820.3-
YUV179.7587.51170.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=46.97%
G=31.90%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016310800.320.550.062581.4868.24
HexF0A36C020376195144
Octal36024315404067631121104
Binary1111000010100011110110001000001101111101100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A36C; }

 p { color: rgb(240,163,108); }

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

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

 a { background-color: rgb(240,163,108); }

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

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

 span { border-color: rgb(240,163,108); }

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