#F3A95F

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

Shades of Sandy Brown #F3A95F

Tints of Sandy Brown #F3A95F

Color information

#F3A95F (or 0xF3A95F) is unknown color: approx Sandy Brown. HEX triplet: F3, A9 and 5F. RGB value is (243,169,95). Sum of RGB (Red+Green+Blue) = 243+169+95=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A95F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A95F is #0C56A0. Grayscale: #B7B7B7. Windows color (decimal): -808609 or 6269427. OLE color: 6269427.

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

Color convert

RGB24316995-
CMYK00.300.610.05
HSL30º86.05%66.27%-
HSV(B)30º60.91%95.29%-
XYZ53.2248.2617.34-
YUV182.6978.52171.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.93%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=47.93%
G=33.33%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431699500.300.610.053086.0566.27
HexF3A95F01E3D51e5642
Octal36325113703675536126102
Binary111100111010100110111110111101111011011111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A95F; }

 p { color: rgb(243,169,95); }

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

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

 a { background-color: rgb(243,169,95); }

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

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

 span { border-color: rgb(243,169,95); }

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