#F1A46C

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

Shades of Sandy Brown #F1A46C

Tints of Sandy Brown #F1A46C

Color information

#F1A46C (or 0xF1A46C) is unknown color: approx Sandy Brown. HEX triplet: F1, A4 and 6C. RGB value is (241,164,108). Sum of RGB (Red+Green+Blue) = 241+164+108=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A46C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A46C is #0E5B93. Grayscale: #B4B4B4. Windows color (decimal): -940948 or 7120113. OLE color: 7120113.

HSL color Cylindrical-coordinate representation of color #F1A46C: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1A46C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241164108-
CMYK00.320.550.05
HSL25.26º82.61%68.43%-
HSV(B)25.26º55.19%94.51%-
XYZ52.2646.3320.38-
YUV180.6487.01171.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 108 (42.58% from 255) = 21.05%
R=46.98%
G=31.97%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116410800.320.550.0525.2682.6168.43
HexF1A46C020375195344
Octal36124415404067531123104
Binary1111000110100100110110001000001101111011100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A46C; }

 p { color: rgb(241,164,108); }

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

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

 a { background-color: rgb(241,164,108); }

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

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

 span { border-color: rgb(241,164,108); }

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