#F1A960

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

Shades of Sandy Brown #F1A960

Tints of Sandy Brown #F1A960

Color information

#F1A960 (or 0xF1A960) is unknown color: approx Sandy Brown. HEX triplet: F1, A9 and 60. RGB value is (241,169,96). Sum of RGB (Red+Green+Blue) = 241+169+96=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A960 is #0E569F. Grayscale: #B6B6B6. Windows color (decimal): -939680 or 6334961. OLE color: 6334961.

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

Color convert

RGB24116996-
CMYK00.300.600.05
HSL30.21º83.82%66.08%-
HSV(B)30.21º60.17%94.51%-
XYZ52.5747.9217.55-
YUV182.2179.35169.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.63%
GREEN value IS 169 (66.41% from 255) = 33.40%
BLUE value IS 96 (37.89% from 255) = 18.97%
R=47.63%
G=33.40%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411699600.300.600.0530.2183.8266.08
HexF1A96001E3C51e5442
Octal36125114003674536124102
Binary111100011010100111000000111101111001011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A960; }

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

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

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

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

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

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

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

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