#F0A35F

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

Shades of Sandy Brown #F0A35F

Tints of Sandy Brown #F0A35F

Color information

#F0A35F (or 0xF0A35F) is unknown color: approx Sandy Brown. HEX triplet: F0, A3 and 5F. RGB value is (240,163,95). Sum of RGB (Red+Green+Blue) = 240+163+95=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A35F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A35F is #0F5CA0. Grayscale: #B2B2B2. Windows color (decimal): -1006753 or 6267888. OLE color: 6267888.

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

Color convert

RGB24016395-
CMYK00.320.600.06
HSL28.14º82.86%65.69%-
HSV(B)28.14º60.42%94.12%-
XYZ51.145.5516.92-
YUV178.2781.01172.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.19%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=48.19%
G=32.73%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401639500.320.600.0628.1482.8665.69
HexF0A35F0203C61c5342
Octal36024313704074634123102
Binary1111000010100011101111101000001111001101110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A35F; }

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

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

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

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

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

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

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

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