#FBB280

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

Shades of Tacao #FBB280

Tints of Tacao #FBB280

Color information

#FBB280 (or 0xFBB280) is unknown color: approx Tacao. HEX triplet: FB, B2 and 80. RGB value is (251,178,128). Sum of RGB (Red+Green+Blue) = 251+178+128=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB280 is #044D7F. Grayscale: #C2C2C2. Windows color (decimal): -281984 or 8434427. OLE color: 8434427.

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

Color convert

RGB251178128-
CMYK00.290.490.02
HSL24.39º93.89%74.31%-
HSV(B)24.39º49%98.43%-
XYZ59.653.9127.69-
YUV194.1390.68168.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=45.06%
G=31.96%
B=22.98%

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
Decimal25117812800.290.490.0224.3993.8974.31
HexFBB28001D312185e4a
Octal37326220003561230136112
Binary111110111011001010000000011101110001101100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB280; }

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

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

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

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

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

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

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

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