#FBB473

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

Shades of Tacao #FBB473

Tints of Tacao #FBB473

Color information

#FBB473 (or 0xFBB473) is unknown color: approx Tacao. HEX triplet: FB, B4 and 73. RGB value is (251,180,115). Sum of RGB (Red+Green+Blue) = 251+180+115=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB473 is #044B8C. Grayscale: #C2C2C2. Windows color (decimal): -281485 or 7582971. OLE color: 7582971.

HSL color Cylindrical-coordinate representation of color #FBB473: hue angle of 28.68º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBB473 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB251180115-
CMYK00.280.540.02
HSL28.68º94.44%71.76%-
HSV(B)28.68º54.18%98.43%-
XYZ59.254.3923.6-
YUV193.8283.52168.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.97%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 115 (45.31% from 255) = 21.06%
R=45.97%
G=32.97%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118011500.280.540.0228.6894.4471.76
HexFBB47301C3621d5e48
Octal37326416303466235136110
Binary11111011101101001110011011100110110101110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB473; }

 p { color: rgb(251,180,115); }

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

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

 a { background-color: rgb(251,180,115); }

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

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

 span { border-color: rgb(251,180,115); }

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