#FBA165

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

Shades of Sandy Brown #FBA165

Tints of Sandy Brown #FBA165

Color information

#FBA165 (or 0xFBA165) is unknown color: approx Sandy Brown. HEX triplet: FB, A1 and 65. RGB value is (251,161,101). Sum of RGB (Red+Green+Blue) = 251+161+101=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA165 is #045E9A. Grayscale: #B5B5B5. Windows color (decimal): -286363 or 6660603. OLE color: 6660603.

HSL color Cylindrical-coordinate representation of color #FBA165: hue angle of 24º 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 #FBA165 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB251161101-
CMYK00.360.600.02
HSL24º94.94%69.02%-
HSV(B)24º59.76%98.43%-
XYZ54.8846.9418.48-
YUV181.0782.82177.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.93%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 101 (39.84% from 255) = 19.69%
R=48.93%
G=31.38%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116110100.360.600.022494.9469.02
HexFBA1650243C2185f45
Octal37324114504474230137105
Binary111110111010000111001010100100111100101100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA165; }

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

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

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

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

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

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

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

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