#FBA463

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

Shades of Sandy Brown #FBA463

Tints of Sandy Brown #FBA463

Color information

#FBA463 (or 0xFBA463) is unknown color: approx Sandy Brown. HEX triplet: FB, A4 and 63. RGB value is (251,164,99). Sum of RGB (Red+Green+Blue) = 251+164+99=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA463 is #045B9C. Grayscale: #B6B6B6. Windows color (decimal): -285597 or 6530299. OLE color: 6530299.

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

Color convert

RGB25116499-
CMYK00.350.610.02
HSL25.66º95%68.63%-
HSV(B)25.66º60.56%98.43%-
XYZ55.3147.9618.15-
YUV182.680.82176.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 164 (64.45% from 255) = 31.91%
BLUE value IS 99 (39.06% from 255) = 19.26%
R=48.83%
G=31.91%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511649900.350.610.0225.669568.63
HexFBA4630233D21a5f45
Octal37324414304375232137105
Binary111110111010010011000110100011111101101101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA463; }

 p { color: rgb(251,164,99); }

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

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

 a { background-color: rgb(251,164,99); }

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

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

 span { border-color: rgb(251,164,99); }

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