#F49A5E

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

Shades of Sandy Brown #F49A5E

Tints of Sandy Brown #F49A5E

Color information

#F49A5E (or 0xF49A5E) is unknown color: approx Sandy Brown. HEX triplet: F4, 9A and 5E. RGB value is (244,154,94). Sum of RGB (Red+Green+Blue) = 244+154+94=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49A5E is #0B65A1. Grayscale: #AEAEAE. Windows color (decimal): -746914 or 6200052. OLE color: 6200052.

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

Color convert

RGB24415494-
CMYK00.370.610.04
HSL24º87.21%66.27%-
HSV(B)24º61.48%95.69%-
XYZ50.8843.1516.24-
YUV174.0782.82177.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.59%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 94 (37.11% from 255) = 19.11%
R=49.59%
G=31.30%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441549400.370.610.042487.2166.27
HexF49A5E0253D4185742
Octal36423213604575430127102
Binary1111010010011010101111001001011111011001100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49A5E; }

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

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

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

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

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

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

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

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