#F49A5D

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

Shades of Sandy Brown #F49A5D

Tints of Sandy Brown #F49A5D

Color information

#F49A5D (or 0xF49A5D) is unknown color: approx Sandy Brown. HEX triplet: F4, 9A and 5D. RGB value is (244,154,93). Sum of RGB (Red+Green+Blue) = 244+154+93=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49A5D is #0B65A2. Grayscale: #AEAEAE. Windows color (decimal): -746915 or 6134516. OLE color: 6134516.

HSL color Cylindrical-coordinate representation of color #F49A5D: hue angle of 24.24º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F49A5D is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24415493-
CMYK00.370.620.04
HSL24.24º87.28%66.08%-
HSV(B)24.24º61.89%95.69%-
XYZ50.8443.1316-
YUV173.9682.32177.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.69%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=49.69%
G=31.36%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441549300.370.620.0424.2487.2866.08
HexF49A5D0253E4185742
Octal36423213504576430127102
Binary1111010010011010101110101001011111101001100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49A5D; }

 p { color: rgb(244,154,93); }

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

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

 a { background-color: rgb(244,154,93); }

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

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

 span { border-color: rgb(244,154,93); }

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