#F3A85F

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

Shades of Sandy Brown #F3A85F

Tints of Sandy Brown #F3A85F

Color information

#F3A85F (or 0xF3A85F) is unknown color: approx Sandy Brown. HEX triplet: F3, A8 and 5F. RGB value is (243,168,95). Sum of RGB (Red+Green+Blue) = 243+168+95=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A85F is #0C57A0. Grayscale: #B6B6B6. Windows color (decimal): -808865 or 6269171. OLE color: 6269171.

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

Color convert

RGB24316895-
CMYK00.310.610.05
HSL29.59º86.05%66.27%-
HSV(B)29.59º60.91%95.29%-
XYZ53.0347.8917.27-
YUV182.178.85171.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 95 (37.5% from 255) = 18.77%
R=48.02%
G=33.20%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431689500.310.610.0529.5986.0566.27
HexF3A85F01F3D51e5642
Octal36325013703775536126102
Binary111100111010100010111110111111111011011111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A85F; }

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

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

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

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

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

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

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

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