#FBB180

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

Shades of Tacao #FBB180

Tints of Tacao #FBB180

Color information

#FBB180 (or 0xFBB180) is unknown color: approx Tacao. HEX triplet: FB, B1 and 80. RGB value is (251,177,128). Sum of RGB (Red+Green+Blue) = 251+177+128=556 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.14% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB180 is #044E7F. Grayscale: #C1C1C1. Windows color (decimal): -282240 or 8434171. OLE color: 8434171.

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

Color convert

RGB251177128-
CMYK00.290.490.02
HSL23.9º93.89%74.31%-
HSV(B)23.9º49%98.43%-
XYZ59.453.5127.62-
YUV193.5491.02168.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.14%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 128 (50.39% from 255) = 23.02%
R=45.14%
G=31.83%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117712800.290.490.0223.993.8974.31
HexFBB18001D312185e4a
Octal37326120003561230136112
Binary111110111011000110000000011101110001101100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB180; }

 p { color: rgb(251,177,128); }

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

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

 a { background-color: rgb(251,177,128); }

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

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

 span { border-color: rgb(251,177,128); }

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