#F1A85F

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

Shades of Sandy Brown #F1A85F

Tints of Sandy Brown #F1A85F

Color information

#F1A85F (or 0xF1A85F) is unknown color: approx Sandy Brown. HEX triplet: F1, A8 and 5F. RGB value is (241,168,95). Sum of RGB (Red+Green+Blue) = 241+168+95=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A85F is #0E57A0. Grayscale: #B5B5B5. Windows color (decimal): -939937 or 6269169. OLE color: 6269169.

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

Color convert

RGB24116895-
CMYK00.300.610.05
HSL30º83.91%65.88%-
HSV(B)30º60.58%94.51%-
XYZ52.3447.5317.24-
YUV181.5179.18170.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.82%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=47.82%
G=33.33%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411689500.300.610.053083.9165.88
HexF1A85F01E3D51e5442
Octal36125013703675536124102
Binary111100011010100010111110111101111011011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A85F; }

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

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

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

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

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

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

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

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