#F2AC5C

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

Shades of Sandy Brown #F2AC5C

Tints of Sandy Brown #F2AC5C

Color information

#F2AC5C (or 0xF2AC5C) is unknown color: approx Sandy Brown. HEX triplet: F2, AC and 5C. RGB value is (242,172,92). Sum of RGB (Red+Green+Blue) = 242+172+92=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC5C is #0D53A3. Grayscale: #B8B8B8. Windows color (decimal): -873380 or 6073586. OLE color: 6073586.

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

Color convert

RGB24217292-
CMYK00.290.620.05
HSL32º85.23%65.49%-
HSV(B)32º61.98%94.9%-
XYZ53.349.1616.8-
YUV183.8176.19169.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.83%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 92 (36.33% from 255) = 18.18%
R=47.83%
G=33.99%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421729200.290.620.053285.2365.49
HexF2AC5C01D3E5205541
Octal36225413403576540125101
Binary1111001010101100101110001110111111010110000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AC5C; }

 p { color: rgb(242,172,92); }

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

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

 a { background-color: rgb(242,172,92); }

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

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

 span { border-color: rgb(242,172,92); }

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