#F1A75D

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

Shades of Sandy Brown #F1A75D

Tints of Sandy Brown #F1A75D

Color information

#F1A75D (or 0xF1A75D) is unknown color: approx Sandy Brown. HEX triplet: F1, A7 and 5D. RGB value is (241,167,93). Sum of RGB (Red+Green+Blue) = 241+167+93=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A75D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A75D is #0E58A2. Grayscale: #B5B5B5. Windows color (decimal): -940195 or 6137841. OLE color: 6137841.

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

Color convert

RGB24116793-
CMYK00.310.610.05
HSL30º84.09%65.49%-
HSV(B)30º61.41%94.51%-
XYZ52.0747.1316.71-
YUV180.6978.52171.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 167 (65.62% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 18.56%
R=48.10%
G=33.33%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411679300.310.610.053084.0965.49
HexF1A75D01F3D51e5441
Octal36124713503775536124101
Binary111100011010011110111010111111111011011111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A75D; }

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

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

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

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

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

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

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

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