#F1A868

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

Shades of Sandy Brown #F1A868

Tints of Sandy Brown #F1A868

Color information

#F1A868 (or 0xF1A868) is unknown color: approx Sandy Brown. HEX triplet: F1, A8 and 68. RGB value is (241,168,104). Sum of RGB (Red+Green+Blue) = 241+168+104=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A868 is #0E5797. Grayscale: #B6B6B6. Windows color (decimal): -939928 or 6858993. OLE color: 6858993.

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

Color convert

RGB241168104-
CMYK00.300.570.05
HSL28.03º83.03%67.65%-
HSV(B)28.03º56.85%94.51%-
XYZ52.7847.7119.52-
YUV182.5383.68169.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 104 (41.02% from 255) = 20.27%
R=46.98%
G=32.75%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116810400.300.570.0528.0383.0367.65
HexF1A86801E3951c5344
Octal36125015003671534123104
Binary111100011010100011010000111101110011011110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A868; }

 p { color: rgb(241,168,104); }

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

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

 a { background-color: rgb(241,168,104); }

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

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

 span { border-color: rgb(241,168,104); }

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