#F0A569

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

Shades of Sandy Brown #F0A569

Tints of Sandy Brown #F0A569

Color information

#F0A569 (or 0xF0A569) is unknown color: approx Sandy Brown. HEX triplet: F0, A5 and 69. RGB value is (240,165,105). Sum of RGB (Red+Green+Blue) = 240+165+105=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A569 is #0F5A96. Grayscale: #B4B4B4. Windows color (decimal): -1006231 or 6923760. OLE color: 6923760.

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

Color convert

RGB240165105-
CMYK00.310.560.06
HSL26.67º81.82%67.65%-
HSV(B)26.67º56.25%94.12%-
XYZ51.9446.4619.59-
YUV180.5885.35170.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.06%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=47.06%
G=32.35%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016510500.310.560.0626.6781.8267.65
HexF0A56901F3861b5244
Octal36024515103770633122104
Binary111100001010010111010010111111110001101101110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A569; }

 p { color: rgb(240,165,105); }

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

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

 a { background-color: rgb(240,165,105); }

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

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

 span { border-color: rgb(240,165,105); }

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