#F29C5D

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

Shades of Sandy Brown #F29C5D

Tints of Sandy Brown #F29C5D

Color information

#F29C5D (or 0xF29C5D) is unknown color: approx Sandy Brown. HEX triplet: F2, 9C and 5D. RGB value is (242,156,93). Sum of RGB (Red+Green+Blue) = 242+156+93=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C5D is #0D63A2. Grayscale: #AEAEAE. Windows color (decimal): -877475 or 6135026. OLE color: 6135026.

HSL color Cylindrical-coordinate representation of color #F29C5D: hue angle of 25.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F29C5D is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24215693-
CMYK00.360.620.05
HSL25.37º85.14%65.69%-
HSV(B)25.37º61.57%94.9%-
XYZ50.4843.4416.08-
YUV174.5381.99176.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=49.29%
G=31.77%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421569300.360.620.0525.3785.1465.69
HexF29C5D0243E5195542
Octal36223413504476531125102
Binary1111001010011100101110101001001111101011100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29C5D; }

 p { color: rgb(242,156,93); }

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

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

 a { background-color: rgb(242,156,93); }

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

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

 span { border-color: rgb(242,156,93); }

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