#F1A25D

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

Shades of Sandy Brown #F1A25D

Tints of Sandy Brown #F1A25D

Color information

#F1A25D (or 0xF1A25D) is unknown color: approx Sandy Brown. HEX triplet: F1, A2 and 5D. RGB value is (241,162,93). Sum of RGB (Red+Green+Blue) = 241+162+93=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A25D is #0E5DA2. Grayscale: #B2B2B2. Windows color (decimal): -941475 or 6136561. OLE color: 6136561.

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

Color convert

RGB24116293-
CMYK00.330.610.05
HSL27.97º84.09%65.49%-
HSV(B)27.97º61.41%94.51%-
XYZ51.1745.3316.41-
YUV177.7680.17173.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=48.59%
G=32.66%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411629300.330.610.0527.9784.0965.49
HexF1A25D0213D51c5441
Octal36124213504175534124101
Binary1111000110100010101110101000011111011011110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A25D; }

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

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

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

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

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

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

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

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