#F3A25F

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

Shades of Sandy Brown #F3A25F

Tints of Sandy Brown #F3A25F

Color information

#F3A25F (or 0xF3A25F) is unknown color: approx Sandy Brown. HEX triplet: F3, A2 and 5F. RGB value is (243,162,95). Sum of RGB (Red+Green+Blue) = 243+162+95=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A25F is #0C5DA0. Grayscale: #B2B2B2. Windows color (decimal): -810401 or 6267635. OLE color: 6267635.

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

Color convert

RGB24316295-
CMYK00.330.610.05
HSL27.16º86.05%66.27%-
HSV(B)27.16º60.91%95.29%-
XYZ51.9545.7216.91-
YUV178.5880.84173.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.6%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 95 (37.5% from 255) = 19%
R=48.6%
G=32.4%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431629500.330.610.0527.1686.0566.27
HexF3A25F0213D51b5642
Octal36324213704175533126102
Binary1111001110100010101111101000011111011011101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A25F; }

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

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

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

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

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

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

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

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