#FBB371

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

Shades of Tacao #FBB371

Tints of Tacao #FBB371

Color information

#FBB371 (or 0xFBB371) is unknown color: approx Tacao. HEX triplet: FB, B3 and 71. RGB value is (251,179,113). Sum of RGB (Red+Green+Blue) = 251+179+113=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB371 is #044C8E. Grayscale: #C1C1C1. Windows color (decimal): -281743 or 7451643. OLE color: 7451643.

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

Color convert

RGB251179113-
CMYK00.290.550.02
HSL28.7º94.52%71.37%-
HSV(B)28.7º54.98%98.43%-
XYZ58.8853.9422.93-
YUV19382.85169.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.22%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 113 (44.53% from 255) = 20.81%
R=46.22%
G=32.97%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117911300.290.550.0228.794.5271.37
HexFBB37101D3721d5f47
Octal37326316103567235137107
Binary11111011101100111110001011101110111101110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB371; }

 p { color: rgb(251,179,113); }

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

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

 a { background-color: rgb(251,179,113); }

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

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

 span { border-color: rgb(251,179,113); }

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