#F49F5F

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

Shades of Sandy Brown #F49F5F

Tints of Sandy Brown #F49F5F

Color information

#F49F5F (or 0xF49F5F) is unknown color: approx Sandy Brown. HEX triplet: F4, 9F and 5F. RGB value is (244,159,95). Sum of RGB (Red+Green+Blue) = 244+159+95=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49F5F is #0B60A0. Grayscale: #B1B1B1. Windows color (decimal): -745633 or 6266868. OLE color: 6266868.

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

Color convert

RGB24415995-
CMYK00.350.610.04
HSL25.77º87.13%66.47%-
HSV(B)25.77º61.07%95.69%-
XYZ51.7744.8616.76-
YUV177.1281.66175.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=49.00%
G=31.93%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441599500.350.610.0425.7787.1366.47
HexF49F5F0233D41a5742
Octal36423713704375432127102
Binary1111010010011111101111101000111111011001101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49F5F; }

 p { color: rgb(244,159,95); }

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

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

 a { background-color: rgb(244,159,95); }

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

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

 span { border-color: rgb(244,159,95); }

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