#F5A55D

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

Shades of Sandy Brown #F5A55D

Tints of Sandy Brown #F5A55D

Color information

#F5A55D (or 0xF5A55D) is unknown color: approx Sandy Brown. HEX triplet: F5, A5 and 5D. RGB value is (245,165,93). Sum of RGB (Red+Green+Blue) = 245+165+93=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A55D is #0A5AA2. Grayscale: #B5B5B5. Windows color (decimal): -678563 or 6137333. OLE color: 6137333.

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

Color convert

RGB24516593-
CMYK00.330.620.04
HSL28.42º88.37%66.27%-
HSV(B)28.42º62.04%96.08%-
XYZ53.0947.1116.65-
YUV180.7178.5173.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.71%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=48.71%
G=32.80%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451659300.330.620.0428.4288.3766.27
HexF5A55D0213E41c5842
Octal36524513504176434130102
Binary1111010110100101101110101000011111101001110010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A55D; }

 p { color: rgb(245,165,93); }

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

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

 a { background-color: rgb(245,165,93); }

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

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

 span { border-color: rgb(245,165,93); }

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