#F5A35F

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

Shades of Sandy Brown #F5A35F

Tints of Sandy Brown #F5A35F

Color information

#F5A35F (or 0xF5A35F) is unknown color: approx Sandy Brown. HEX triplet: F5, A3 and 5F. RGB value is (245,163,95). Sum of RGB (Red+Green+Blue) = 245+163+95=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A35F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A35F is #0A5CA0. Grayscale: #B4B4B4. Windows color (decimal): -679073 or 6267893. OLE color: 6267893.

HSL color Cylindrical-coordinate representation of color #F5A35F: hue angle of 27.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5A35F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24516395-
CMYK00.330.610.04
HSL27.2º88.24%66.67%-
HSV(B)27.2º61.22%96.08%-
XYZ52.8246.4317.01-
YUV179.7780.17174.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 163 (64.06% from 255) = 32.41%
BLUE value IS 95 (37.5% from 255) = 18.89%
R=48.71%
G=32.41%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451639500.330.610.0427.288.2466.67
HexF5A35F0213D41b5843
Octal36524313704175433130103
Binary1111010110100011101111101000011111011001101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A35F; }

 p { color: rgb(245,163,95); }

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

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

 a { background-color: rgb(245,163,95); }

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

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

 span { border-color: rgb(245,163,95); }

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