#FBA256

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

Shades of Sandy Brown #FBA256

Tints of Sandy Brown #FBA256

Color information

#FBA256 (or 0xFBA256) is unknown color: approx Sandy Brown. HEX triplet: FB, A2 and 56. RGB value is (251,162,86). Sum of RGB (Red+Green+Blue) = 251+162+86=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA256 is #045DA9. Grayscale: #B4B4B4. Windows color (decimal): -286122 or 5677819. OLE color: 5677819.

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

Color convert

RGB25116286-
CMYK00.350.660.02
HSL27.64º95.38%66.08%-
HSV(B)27.64º65.74%98.43%-
XYZ54.3847.0215.01-
YUV179.9574.99178.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 86 (33.98% from 255) = 17.23%
R=50.30%
G=32.46%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511628600.350.660.0227.6495.3866.08
HexFBA2560234221c5f42
Octal373242126043102234137102
Binary1111101110100010101011001000111000010101110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA256; }

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

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

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

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

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

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

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

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