#FBAD73

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

Shades of Tacao #FBAD73

Tints of Tacao #FBAD73

Color information

#FBAD73 (or 0xFBAD73) is unknown color: approx Tacao. HEX triplet: FB, AD and 73. RGB value is (251,173,115). Sum of RGB (Red+Green+Blue) = 251+173+115=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAD73 is #04528C. Grayscale: #BEBEBE. Windows color (decimal): -283277 or 7581179. OLE color: 7581179.

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

Color convert

RGB251173115-
CMYK00.310.540.02
HSL25.59º94.44%71.76%-
HSV(B)25.59º54.18%98.43%-
XYZ57.8251.6323.14-
YUV189.7185.84171.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 115 (45.31% from 255) = 21.34%
R=46.57%
G=32.10%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117311500.310.540.0225.5994.4471.76
HexFBAD7301F3621a5e48
Octal37325516303766232136110
Binary11111011101011011110011011111110110101101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD73; }

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

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

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

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

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

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

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

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