#F3A05E

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

Shades of Sandy Brown #F3A05E

Tints of Sandy Brown #F3A05E

Color information

#F3A05E (or 0xF3A05E) is unknown color: approx Sandy Brown. HEX triplet: F3, A0 and 5E. RGB value is (243,160,94). Sum of RGB (Red+Green+Blue) = 243+160+94=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A05E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A05E is #0C5FA1. Grayscale: #B1B1B1. Windows color (decimal): -810914 or 6201587. OLE color: 6201587.

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

Color convert

RGB24316094-
CMYK00.340.610.05
HSL26.58º86.13%66.08%-
HSV(B)26.58º61.32%95.29%-
XYZ51.554516.56-
YUV177.2981174.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 160 (62.89% from 255) = 32.19%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=48.89%
G=32.19%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431609400.340.610.0526.5886.1366.08
HexF3A05E0223D51b5642
Octal36324013604275533126102
Binary1111001110100000101111001000101111011011101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A05E; }

 p { color: rgb(243,160,94); }

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

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

 a { background-color: rgb(243,160,94); }

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

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

 span { border-color: rgb(243,160,94); }

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