#FBA265

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

Shades of Sandy Brown #FBA265

Tints of Sandy Brown #FBA265

Color information

#FBA265 (or 0xFBA265) is unknown color: approx Sandy Brown. HEX triplet: FB, A2 and 65. RGB value is (251,162,101). Sum of RGB (Red+Green+Blue) = 251+162+101=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA265 is #045D9A. Grayscale: #B5B5B5. Windows color (decimal): -286107 or 6660859. OLE color: 6660859.

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

Color convert

RGB251162101-
CMYK00.350.600.02
HSL24.4º94.94%69.02%-
HSV(B)24.4º59.76%98.43%-
XYZ55.0547.2918.54-
YUV181.6682.49177.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=48.83%
G=31.52%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116210100.350.600.0224.494.9469.02
HexFBA2650233C2185f45
Octal37324214504374230137105
Binary111110111010001011001010100011111100101100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA265; }

 p { color: rgb(251,162,101); }

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

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

 a { background-color: rgb(251,162,101); }

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

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

 span { border-color: rgb(251,162,101); }

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