#F1A760

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

Shades of Sandy Brown #F1A760

Tints of Sandy Brown #F1A760

Color information

#F1A760 (or 0xF1A760) is unknown color: approx Sandy Brown. HEX triplet: F1, A7 and 60. RGB value is (241,167,96). Sum of RGB (Red+Green+Blue) = 241+167+96=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A760 is #0E589F. Grayscale: #B5B5B5. Windows color (decimal): -940192 or 6334449. OLE color: 6334449.

HSL color Cylindrical-coordinate representation of color #F1A760: hue angle of 29.38º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1A760 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24116796-
CMYK00.310.600.05
HSL29.38º83.82%66.08%-
HSV(B)29.38º60.17%94.51%-
XYZ52.2147.1817.42-
YUV181.0380.02170.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 96 (37.89% from 255) = 19.05%
R=47.82%
G=33.13%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411679600.310.600.0529.3883.8266.08
HexF1A76001F3C51d5442
Octal36124714003774535124102
Binary111100011010011111000000111111111001011110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A760; }

 p { color: rgb(241,167,96); }

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

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

 a { background-color: rgb(241,167,96); }

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

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

 span { border-color: rgb(241,167,96); }

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