#F1A75C

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

Shades of Sandy Brown #F1A75C

Tints of Sandy Brown #F1A75C

Color information

#F1A75C (or 0xF1A75C) is unknown color: approx Sandy Brown. HEX triplet: F1, A7 and 5C. RGB value is (241,167,92). Sum of RGB (Red+Green+Blue) = 241+167+92=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A75C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A75C is #0E58A3. Grayscale: #B4B4B4. Windows color (decimal): -940196 or 6072305. OLE color: 6072305.

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

Color convert

RGB24116792-
CMYK00.310.620.05
HSL30.2º84.18%65.29%-
HSV(B)30.2º61.83%94.51%-
XYZ52.0347.1116.48-
YUV180.5878.02171.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.2%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 92 (36.33% from 255) = 18.4%
R=48.2%
G=33.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411679200.310.620.0530.284.1865.29
HexF1A75C01F3E51e5441
Octal36124713403776536124101
Binary111100011010011110111000111111111101011111010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A75C; }

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

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

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

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

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

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

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

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