#FB9D5D

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

Shades of Sandy Brown #FB9D5D

Tints of Sandy Brown #FB9D5D

Color information

#FB9D5D (or 0xFB9D5D) is unknown color: approx Sandy Brown. HEX triplet: FB, 9D and 5D. RGB value is (251,157,93). Sum of RGB (Red+Green+Blue) = 251+157+93=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9D5D is #0462A2. Grayscale: #B2B2B2. Windows color (decimal): -287395 or 6135291. OLE color: 6135291.

HSL color Cylindrical-coordinate representation of color #FB9D5D: hue angle of 24.3º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB9D5D is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB25115793-
CMYK00.370.630.02
HSL24.3º95.18%67.45%-
HSV(B)24.3º62.95%98.43%-
XYZ53.8245.4116.29-
YUV177.8180.14180.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.10%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 93 (36.72% from 255) = 18.56%
R=50.10%
G=31.34%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511579300.370.630.0224.395.1867.45
HexFB9D5D0253F2185f43
Octal37323513504577230137103
Binary111110111001110110111010100101111111101100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9D5D; }

 p { color: rgb(251,157,93); }

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

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

 a { background-color: rgb(251,157,93); }

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

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

 span { border-color: rgb(251,157,93); }

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