#F1A469

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

Shades of Sandy Brown #F1A469

Tints of Sandy Brown #F1A469

Color information

#F1A469 (or 0xF1A469) is unknown color: approx Sandy Brown. HEX triplet: F1, A4 and 69. RGB value is (241,164,105). Sum of RGB (Red+Green+Blue) = 241+164+105=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A469 is #0E5B96. Grayscale: #B4B4B4. Windows color (decimal): -940951 or 6923505. OLE color: 6923505.

HSL color Cylindrical-coordinate representation of color #F1A469: hue angle of 26.03º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1A469 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241164105-
CMYK00.320.560.05
HSL26.03º82.93%67.84%-
HSV(B)26.03º56.43%94.51%-
XYZ52.146.2719.55-
YUV180.385.51171.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 164 (64.45% from 255) = 32.16%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=47.25%
G=32.16%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116410500.320.560.0526.0382.9367.84
HexF1A4690203851a5344
Octal36124415104070532123104
Binary1111000110100100110100101000001110001011101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A469; }

 p { color: rgb(241,164,105); }

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

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

 a { background-color: rgb(241,164,105); }

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

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

 span { border-color: rgb(241,164,105); }

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