#FBAF85

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

Shades of Tacao #FBAF85

Tints of Tacao #FBAF85

Color information

#FBAF85 (or 0xFBAF85) is unknown color: approx Tacao. HEX triplet: FB, AF and 85. RGB value is (251,175,133). Sum of RGB (Red+Green+Blue) = 251+175+133=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF85 is #04507A. Grayscale: #C1C1C1. Windows color (decimal): -282747 or 8761339. OLE color: 8761339.

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

Color convert

RGB251175133-
CMYK00.300.470.02
HSL21.36º93.65%75.29%-
HSV(B)21.36º47.01%98.43%-
XYZ59.3552.8629.27-
YUV192.9494.18169.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=44.90%
G=31.31%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117513300.300.470.0221.3693.6575.29
HexFBAF8501E2F2155e4b
Octal37325720503657225136113
Binary111110111010111110000101011110101111101010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF85; }

 p { color: rgb(251,175,133); }

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

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

 a { background-color: rgb(251,175,133); }

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

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

 span { border-color: rgb(251,175,133); }

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