#FBAD74

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

Shades of Tacao #FBAD74

Tints of Tacao #FBAD74

Color information

#FBAD74 (or 0xFBAD74) is unknown color: approx Tacao. HEX triplet: FB, AD and 74. RGB value is (251,173,116). Sum of RGB (Red+Green+Blue) = 251+173+116=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAD74 is #04528B. Grayscale: #BEBEBE. Windows color (decimal): -283276 or 7646715. OLE color: 7646715.

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

Color convert

RGB251173116-
CMYK00.310.540.02
HSL25.33º94.41%71.96%-
HSV(B)25.33º53.78%98.43%-
XYZ57.8851.6623.44-
YUV189.8286.34171.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.48%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 116 (45.70% from 255) = 21.48%
R=46.48%
G=32.04%
B=21.48%

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
Decimal25117311600.310.540.0225.3394.4171.96
HexFBAD7401F362195e48
Octal37325516403766231136110
Binary11111011101011011110100011111110110101100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD74; }

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

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

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

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

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

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

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

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