#FBB471

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

Shades of Tacao #FBB471

Tints of Tacao #FBB471

Color information

#FBB471 (or 0xFBB471) is unknown color: approx Tacao. HEX triplet: FB, B4 and 71. RGB value is (251,180,113). Sum of RGB (Red+Green+Blue) = 251+180+113=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB471 is #044B8E. Grayscale: #C1C1C1. Windows color (decimal): -281487 or 7451899. OLE color: 7451899.

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

Color convert

RGB251180113-
CMYK00.280.550.02
HSL29.13º94.52%71.37%-
HSV(B)29.13º54.98%98.43%-
XYZ59.0954.3423-
YUV193.5982.52168.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.14%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 113 (44.53% from 255) = 20.77%
R=46.14%
G=33.09%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118011300.280.550.0229.1394.5271.37
HexFBB47101C3721d5f47
Octal37326416103467235137107
Binary11111011101101001110001011100110111101110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB471; }

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

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

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

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

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

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

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

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