#F0A45F

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

Shades of Sandy Brown #F0A45F

Tints of Sandy Brown #F0A45F

Color information

#F0A45F (or 0xF0A45F) is unknown color: approx Sandy Brown. HEX triplet: F0, A4 and 5F. RGB value is (240,164,95). Sum of RGB (Red+Green+Blue) = 240+164+95=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A45F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A45F is #0F5BA0. Grayscale: #B3B3B3. Windows color (decimal): -1006497 or 6268144. OLE color: 6268144.

HSL color Cylindrical-coordinate representation of color #F0A45F: hue angle of 28.55º 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 #F0A45F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB24016495-
CMYK00.320.600.06
HSL28.55º82.86%65.69%-
HSV(B)28.55º60.42%94.12%-
XYZ51.2845.916.98-
YUV178.8680.68171.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=48.10%
G=32.87%
B=19.04%

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
Decimal2401649500.320.600.0628.5582.8665.69
HexF0A45F0203C61d5342
Octal36024413704074635123102
Binary1111000010100100101111101000001111001101110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A45F; }

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

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

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

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

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

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

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

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