#FBA666

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

Shades of Sandy Brown #FBA666

Tints of Sandy Brown #FBA666

Color information

#FBA666 (or 0xFBA666) is unknown color: approx Sandy Brown. HEX triplet: FB, A6 and 66. RGB value is (251,166,102). Sum of RGB (Red+Green+Blue) = 251+166+102=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA666 is #045999. Grayscale: #B8B8B8. Windows color (decimal): -285082 or 6727419. OLE color: 6727419.

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

Color convert

RGB251166102-
CMYK00.340.590.02
HSL25.77º94.9%69.22%-
HSV(B)25.77º59.36%98.43%-
XYZ55.8248.7419.04-
YUV184.1281.66175.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.36%
GREEN value IS 166 (65.23% from 255) = 31.98%
BLUE value IS 102 (40.23% from 255) = 19.65%
R=48.36%
G=31.98%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116610200.340.590.0225.7794.969.22
HexFBA6660223B21a5f45
Octal37324614604273232137105
Binary111110111010011011001100100010111011101101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA666; }

 p { color: rgb(251,166,102); }

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

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

 a { background-color: rgb(251,166,102); }

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

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

 span { border-color: rgb(251,166,102); }

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